/*リセット
------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul li {
	list-style-type : none;
}


.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
html,body {
  -webkit-text-size-adjust: none;
}

/*テキスト装飾
------------------------------------------*/
 a:link, 
 a:visited {
	color: #FF0000;
	text-decoration: underline;
}

a:hover {
	color: #FF3E3E;
	text-decoration: none;
}

h1{
	text-align: center;
	font-size: 10px;
	margin: 10px;
}

h2{
	background-color: #FF0000;
	background: url(../img/common/ttl_bg.png), -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #DC0100), color-stop(0.00, #F80101));
	background: url(../img/common/ttl_bg.png), -webkit-linear-gradient(#F80101, #DC0100);
	background: url(../img/common/ttl_bg.png), -moz-linear-gradient(#F80101, #DC0100);
	background: url(../img/common/ttl_bg.png), -o-linear-gradient(#F80101, #DC0100);
	background: url(../img/common/ttl_bg.png), -ms-linear-gradient(#F80101, #DC0100);
	background: url(../img/common/ttl_bg.png), linear-gradient(#F80101, #DC0100);
	background-repeat:no-repeat;
	background-position:right bottom;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	font-weight: 700;
	color: #FFF;
	padding-left: 10px;
	margin: 15px 10px 0px;
}

h3{
	font-size: 12px;
	color: #F00;
	background: #FFF;
	height: 25px;
	border-bottom: 2px solid #F00;
	padding-left: 0px;
	margin: 5px 10px;
	padding-bottom: 0px;
	line-height: 28px;
}


.collar_Red{
	color: #F00;
}

.left{
	text-align: left;
}

/*body
------------------------------------------*/
body{
	color:#333;
	}


/*header
------------------------------------------*/
header{
	width: 100%;
}

#logo {
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}

#logo img {
	width: 100%;
}


/*navigation 
------------------------------------------*/
ul#navigation{
	list-style-type: none;
	height: 45px;
	width: 100%;
	background-color: #FF0000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FE4142), color-stop(0.86, #ff1415), color-stop(0.54, #ff1415), color-stop(0.47, #f05151), color-stop(0.00, #f05151));
	background: -webkit-linear-gradient(top, #f05151 0%, #f05151 47%, #ff1415 54%, #ff1415 86%, #FE4142 100%);
	background: -moz-linear-gradient(top, #f05151 0%, #f05151 47%, #ff1415 54%, #ff1415 86%, #FE4142 100%);
	background: -o-linear-gradient(top, #f05151 0%, #f05151 47%, #ff1415 54%, #ff1415 86%, #FE4142 100%);
	background: -ms-linear-gradient(top, #f05151 0%, #f05151 47%, #ff1415 54%, #ff1415 86%, #FE4142 100%);
	background: linear-gradient(to bottom, #f05151 0%, #f05151 47%, #ff1415 54%, #ff1415 86%, #FE4142 100%);
	border-top: 1px solid #F00;
	-webkit-box-shadow: 0px 3px 7px rgba(51,51,51,0.6);
	-moz-box-shadow: 0px 3px 7px rgba(51,51,51,0.6);
	box-shadow: 0px 3px 7px rgba(51,51,51,0.6);
	-ms-box-shadow: 0px 3px 7px rgba(51,51,51,0.6);
	margin-top: 15px;
	margin-bottom: 15px;
}

ul#navigation a{
	display: block;
}
 
ul#navigation li a{
	float: left;
	z-index: 3;
	margin: 0px 0px 0px -1px;
	display: inline;
	line-height: 31px;
	color: #FFF;
	padding: 7px 0px;
	width: 50%;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	background: url(../img/common/btn_ico01.png) no-repeat 15px center;
	border-right: 1px solid #FFF;
 }

@media only screen and (-webkit-min-device-pixel-ratio: 2){
ul#navigation li a{
	background: url(../img/common/btn_ico02.png) no-repeat 15px center;
	-webkit-background-size:10px 16px;
	background-size:10px 16px;
  }
}

ul#navigation li a#last{
	border-style: none;
}


ul#navigation a:hover{
	color: #FF0;
	background: rgba(0, 0, 0, 0.3) url(../img/common/btn_ico01_on.png) no-repeat 15px center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2){
ul#navigation li a:hover{
	background: url(../img/common/btn_ico01_on.png) no-repeat 15px center;
	-webkit-background-size:10px 16px;
	background-size:10px 16px;
  }
}  


/*
コンテンツ
------------------------------------------*/
.bnr{
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}

.bnr img{
	width: 100%;
}

p.prev{
	font-size: 12px;
	margin-top: 15px;
	border-top: 1px solid #F00;
	border-bottom: 1px solid #F00;
	padding: 10px 0px 10px 10px;
	clear: both;
}


/*
ページトップ
------------------------------------------*/
.pagetop{
	text-align: right;
	clear: both;
	font-size: 12px;
	margin: 15px 10px 15px 0px;
}


/*
footer
------------------------------------------*/
footer p{
	font-size: 10px;
	text-align: center;
	padding: 0px 20px 10px;
}

/* フッターリンク */
.footer_navi{
	background: url(../img/common/footer_bg.png) repeat;
	text-align:center;
	border-top: 1px solid #F00;
	border-bottom: 1px solid #F00;
	padding: 10px 5px 10px 0px;
	margin-bottom: 10px;
}

.footer_navi a{
	font-size: 10px;
	border-right: 1px solid #F00;
	display:inline-block;
	margin: 5px 0px 5px 5px;
	padding: 0px 5px 0px 0px;
}


.footer_navi a:nth-of-type(1), 
.footer_navi a:nth-of-type(5){
	border-left: 1px solid #F00;
	padding-left: 5px;
}
