﻿@charset "utf-8";

/* 
	reset CSS
-------------------------------------------------------------------- */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
 
html{
    overflow-y: scroll;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
input, textarea,{
    margin: 0;
    padding: 0;
}
 
ol, ul{
    list-style:none;
}
 
table{
    border-collapse: collapse;
    border-spacing:0;
}
 
caption, th{
    text-align: left;
}
 
a:focus {
    outline:none;
}
 
.both{
    clear:both;
}
 
.inline_block {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}

img {
	vertical-align:bottom;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
 }

/* clearfix */
.clearfix:after { 
     content: ".";
     display: block;
     clear: both;
     height: 0;
     visibility: hidden;
}
/* clearfix IE6 */
* htm .clearfix {
     height: 1%;
}
/* clearfix IE7 */
*:first-child+html .clearfix {
     height: 1%;
}

a {
	outline: none;
}






/* 
	common
-------------------------------------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 180%;
}

#content {
	margin: 0 4%;
}

#content section {
	margin-bottom: 50px;
}

a {
	color: #00B2D5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* pc */
@media screen and (min-width: 769px){

#content,
#topicpath span {
	max-width: 640px;
	margin: 0 auto;
	display: block;
}
	
}





/* 
	header
-------------------------------------------------------------------- */
header {
	background: url(img/main02_bg.gif) repeat-x;
	border-top: 3px solid #256FB8;
	border-bottom: 3px solid #256FB8;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #FFF;
	max-width: 960px;
	margin: 0 auto;
	
	font-size: 20px;
}

#topicpath {
	background: #EEE;
	border-bottom: 1px solid #CCC;
	
	font-size: 10px;
	padding: 2px 2%;
}

#top_line {
	background: #499DE1;
	padding: 10px;
}

#top_line span a {
	font-family: "Times New Roman", Times, serif;
	display: block;
	color: #FFF;
	max-width: 960px;
	margin: 0 auto;
}





/* 
	footer
-------------------------------------------------------------------- */
footer {
	background: #1793EC;
	padding: 8px;
	text-align: center;
}

footer a {
	color: #FFF;
	font-size: 11px;
}

#pagetop {
	margin: 0 2%;
	text-align: right;
}






/* 
	title
-------------------------------------------------------------------- */

h2 {
	border-top: 3px solid #CCC;
	border-bottom: 1px dotted #CCC;
	padding: 10px 0;
	margin-top: 20px;
	
	font-size: 18px;
}

h2 span {
	border-left: 5px solid #00B2D5;
	display: block;
	padding: 5px;
	
	font-weight: bold;
}

#day {
	color: #999;
	font-size: 11px;
}

h3 {
	border-left: 5px solid #00B2D5;
	background: #EEE;
	padding: 5px 10px;
	margin-bottom: 15px;
	
	font-size: 15px;
	font-weight: bold;
}

.pickup01 {
	border-left: 5px solid #00B2D5;
	display: block;
	padding: 5px;
	margin-bottom: 15px;
	
	font-size: 15px;
	font-weight: bold;
}





/* 
	image
-------------------------------------------------------------------- */
.img_S {
	display: block;
	width: 40%;
	margin: 20px 30%;
}

.img_M {
	display: block;
	width: 60%;
	margin: 20px 20%;
}

.img_L {
	display: block;
	width: 80%;
	margin: 20px 10%;
}





/* 
	menu
-------------------------------------------------------------------- */

#menu {
	background: #F9F9F9 none repeat scroll 0% 0%;
	border: 1px solid #AAA;
	padding: 15px;
	margin: 10px 0;
	font-size: 12px;
	line-height: 180%;
}

#menu ul {
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
	color: #00B2D5;
}





.voice li {
	display: block;
	margin: 20px 5%;
	border: 2px solid #CCC;
	padding: 10px 10px 10px 20%;
}

.voice01 {
	background: url(img/user_icon01.gif) no-repeat 10px 10px;
	-moz-background-size: 13% auto;
	background-size: 16% auto;
}

.voice02 {
	background: url(img/user_icon02.gif) no-repeat 10px 10px;
	-moz-background-size: 13% auto;
	background-size: 16% auto;
}

.voice_name {
	color: #3479A9;
}

.voice_star {
	color: #FFED00;
	font-size: 15px;
}





/* 
	txt
-------------------------------------------------------------------- */
.bold {
	font-weight: bold;
}

.red {
	color: #FF1D21;
}

.blue {
	color: #00468C;
}

.bg_yellow {
	background: #F8FF00;
	color: #000;
}


.good,
.bad {
	display: block;
	font-weight: bold;
	font-size: 15px;
	margin: 30px 0 10px 0;
	border-bottom: 1px solid #CCC;
}

.good {
	color: #D44749;
}

.bad {
	color: #516CD3;
}



