
/*==-----------------------------------------------
CSS Information

 File name:      base.css
 Author:         Crea.,Inc. 
 Style Info:     標準のスタイル

-------------------------------------------------*/


/*==-----------------------------------------------
フルードメディア
-------------------------------------------------*/
img, video {
    height: auto;
    max-width: 100%;
}
.ie8 img {
/*    width: 100%;*/
}

/*==-----------------------------------------------
body
-------------------------------------------------*/
html { font-size: 62.5%; }

body {
    font-size: 1.4rem;
    font-size:14px;
    line-height:1.5;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",Sans-Serif;
	word-break: break-all;
}
* + html body {
	font-family: "メイリオ","Meiryo";
}


/*==-----------------------------------------------
link style
-------------------------------------------------*/

a{overflow: hidden;}
a:link {color: #00F;}
a:visited {color: #609;}
a:hover {color: #F00;}
a:active {color: #F00;}


/*==-----------------------------------------------
text decoration
-------------------------------------------------*/
strong{color:#DD0000;}



hr{
	margin: 0;
	clear:both;
}




/*==-----------------------------------------------
headding
-------------------------------------------------*/
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
	margin-bottom: 10px;
	clear:both;
}

h1{
	font-size:2.8rem;
	font-size:28px;
}
h1.title{
	margin-bottom: 0px;
	width:65%;
}

#container section h2{
	font-size:2.4rem;
	font-size:24px;
}
#container section h3{
	font-size:2rem;
	font-size:20px;
}
#container section h4{
	font-size:1.6rem;
	font-size:16px;
}
#container section h5{
	font-size:1.6rem;
	font-size:16px;
}
#container section h6{
	font-size:1.4rem;
	font-size:14px;
}

/*==-----------------------------------------------
paragraph
-------------------------------------------------*/
#container section p{
	margin:0 0 10px 0;
}

#container p.img_center{
	text-align:center;
	margin:0 auto 10px auto;
}

#container ul{
	list-style-type:none;
	padding: 0;
}
}

#container ol{
	list-style-type:decimal;
	margin: 0 0 0 25px;
	padding: 0;
}

#container #main article section ul li{
	background:url(/src/otodama/13/pc/common/icon.png) 0 5px no-repeat;
	padding-left:14px;
	margin:0 0 10px 0;
}

#container #main article section h2{
	font-size:1.8rem;
	font-size:18px;
	background:#e03533;
	padding:3px 10px;
	color:#FFF;
	text-shadow:2px 2px #000;
	-moz-text-shadow:2px 2px #000;
	-webkit-text-shadow:2px 2px #000;
}


#container #main article section h3{
	font-size:1.8rem;
	font-size:18px;
	padding:0 0 2px 0;
	border-bottom:solid 2px #004560;
	color:#004560;
}
#container #main article section dl{
	margin:0 0 10px 0;
}
#container #main article section dl dt{
	background:#00b5c8 url(/src/otodama/13/pc/common/icon_dt.png) 10px 50% no-repeat;
	padding:2px 10px 2px 20px;
	margin:0 0 5px 0;
	font-size:1.4rem;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
#container #main article section dl dd{
	margin:0 5px 10px 5px;
}
/*==-----------------------------------------------
table
-------------------------------------------------*/
#container #main article .table{
	background: transparent;
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 10px;
	width: 100%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-size:80%;
}
#container #main article .table thead tr th,
#container #main article .table thead tr td{
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-weight: normal;
	letter-spacing: .001em;
	padding:3px;
	text-align: left;
	vertical-align:middle;
}
#container #main article .table thead tr th{
	background:#ce0000;
	color:#FFF;
	text-align:center;
}

#container #main article .table thead tr th:first-child,
#container #main article .table thead tr td:first-child {
	padding-right: 0;
}

#container #main article .table tbody tr {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
#container #main article .table tbody tr th,
#container #main article .table tbody tr td {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding:3px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align:middle;
}



/*==-----------------------------------------------
clearfix
-------------------------------------------------*/


.clearfix {clear:both; }

.clearfix:after,
#wapper:after,
nav:after,
header:after,
#inner:after,
article:after,
section:after,
aside:after{
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
     font-size:0.1em;
}

.clearfix,
#wapper,
nav,
header,
#inner,
article,
section,
aside{
display: inline-block;
}

.clearfix,
#wapper,
nav,
header,
#inner,
article,
section,
aside{
display: block;
}


/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*html5の新要素をブロック要素にする */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}


/*==-----------------------------------------------
ミディアムサイズ　600px～
-------------------------------------------------*/
@media only screen and (min-width:600px){
	h1{
		font-size:3.6rem;
		font-size:36px;
	}
	h1.title{
		margin-bottom: 0px;
	}

	#container section h2{
		font-size:3.2rem;
		font-size:32px;
	}
	#container section h3{
		font-size:2.8rem;
		font-size:28px;
	}
	#container section h4{
		font-size:2.4rem;
		font-size:24px;
	}
	#container section h5{
		font-size:2rem;
		font-size:20px;
	}
	#container section h6{
		font-size:1.6rem;
		font-size:16px;
	}
	#container #main article section h2{
	font-size:2rem;
	font-size:20px;

}
/*==-----------------------------------------------
ラージサイズ　960px～
-------------------------------------------------*/
@media only screen and (min-width:960px){
	h1.title{
		margin-bottom: 0px;
		width:100%;
	}
	#container #main article section dl{
		margin:0 0 10px 0;
		border-bottom:dotted 1px #CCC;
	}
	#container #main article section dl dt{
		background:#00b5c8 url(/src/otodama/13/pc/common/icon_dt.png) 10px 50% no-repeat;
		padding:2px 10px 2px 20px;
		margin:0 0 5px 0;
		font-size:1.4rem;
		font-size:14px;
		font-weight:bold;
		color:#FFF;
		width:145px;
		float:left;
	}
	#container #main article section dl dd{
		margin:0 10px 10px 10px;
		padding-left:175px;
	}
	#container #main article section dl.size_l dt{
		width:210px;
	}
	#container #main article section dl.size_l dd{
		padding-left:240px;
	}
}

/*==-----------------------------------------------
IE8
-------------------------------------------------*/
.ie8 h1.title,
.ie7 h1.title{
		margin-bottom: 0px;
		width:100%;
}
.ie8 #container #main article section dl,
.ie7 #container #main article section dl{
		margin:0 0 10px 0;
		border-bottom:dotted 1px #CCC;
}
.ie8 #container #main article section dl dt,
.ie7 #container #main article section dl dt{
		background:#00b5c8 url(/src/otodama/13/pc/common/icon_dt.png) 10px 50% no-repeat;
		padding:2px 10px 2px 20px;
		margin:0 0 5px 0;
		font-size:1.4rem;
		font-size:14px;
		font-weight:bold;
		color:#FFF;
		width:145px;
		float:left;
}
.ie8 #container #main article section dl dd,
.ie7 #container #main article section dl dd{
		margin:0 10px 10px 10px;
		padding-left:175px;
}
.ie8 #container #main article section dl.size_l dt,
.ie7 #container #main article section dl.size_l dt{
		width:210px;
}
.ie8 #container #main article section dl.size_l dd,
.ie7 #container #main article section dl.size_l dd{
		padding-left:240px;
}