@charset "shift_jis";


/* @group Reset CSS */

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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0px;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin-bottom: 0px;
	margin-top: 0px;
	-webkit-text-size-adjust: auto;
}

body {
	line-height: 1;
	margin-left: 0px;
	margin-top: 0px;
	font: 14px/normal sans-serif;
	width: 100%;
	overflow-x: hidden;
   -webkit-text-size-adjust: 100%;
    background-color:#000;
}

ul{
	list-style:none;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	
}

a:link { 
    color: #F06; 
}

/*a:visited {
	color: #999;
}*/

a:hover { 
    color: #ff0000; 
}

a:active { 
    color: #ff0000; 
}


ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;   
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

img {  
     max-width: 100%;  
     height: auto;  
} 

#white{
	color:#F3F;
}

.red{
	color:#F00;
	font-weight:bold;
} 

/* @end */


/* @group Header */
.top{
	color: #F00;
	background-color: #FF0;
	text-align:center;
	padding:8px 0px 5px 0px;
	font-size:80%;
	border-bottom: 1px double #ccc;
	line-height: 130%;
}

header img {
	width: 100%;
	margin-bottom: 10px;
}

#pagetop{
	display: block;
	background-color:#000;
	text-align:center;
	margin-right: 5px;
	margin-left: 5px;
}

/* @end */

nav1 {
	width: 100%;
	text-decoration: none;
	margin: 0 0 10px 0;
	background: url(../images/nav_bg.gif) repeat-x;
}

nav1 h2 {
	padding: 10px 0 10px 22px;
	font-size: 16px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f68500), to(#f7bf7e));
	background: linear-gradient(#f68500, #f7bf7e);
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 0 5px #000000,0 0 5px #000000,0 0 5px #000000;
}

.menu{
	margin-top:10px;
}

/* @group Page > Bread */

#bread {
	margin: 10px 10px;
	padding: 1px 12px;
	border-radius: 4px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	border-style: solid;
	border-width: 2px;
	border-color: #999 #666 #666 #999;
}

#bread li {
	display: inline-block;
	color: #FFF;
}

#bread li:after {
	content: " > ";
}

#bread li:last-child:after {
	content: "";
}

#bread a {
	text-decoration: none;
}

/* @end */

/* コンパニオンlink */
.list1 ul{
	border-bottom: 1px solid #000;
	font-size: 80%;
	margin:0px;
}
 
.list1 ul li{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7d7e7d), to(#000000));
	background: linear-gradient(#7d7e7d, #000000);
	border-top: 1px solid #000;
	height: 60px;
	margin: 0px;
}
 
.list1 ul li a{
	color: #FFF;
	display: block;
	height: 60px;
	margin: 0;
	padding: 0 20px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	background-image: url(../images/point11.gif);
	background-repeat: no-repeat;
	background-position: 97% 50%;
}
 
.list1 ul li img{
	float: left;
	height: 60px;
	width: 60px;
	margin-right: 15px;
	margin-left: 5px;
	margin-top: 0px;
}
 
.list1 ul li a strong{
	color: #F00;
	display: block;
	font-weight: bold;
	padding-top: 9px;
	padding-left: 0px;
}
 
/* コンパニオンlink @end */


/* ブログlink */
.list2 img{
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	
} 
  
.list2 ul{
	font-size: 80%;
	margin-left:0px;
	margin-right:0px;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
}
 
.list2 ul li{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7d7e7d), to(#000000));
	background: linear-gradient(#7d7e7d, #000000);
	border-top: 0px solid #ccc;
	height: 70px;
	margin: 0px;
	border-bottom: 1px solid #000;
}
 
.list2 ul li a{
	color: #FF0;
	display: block;
	height: 60px;
	margin: 0;
	padding: 0 20px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	background-image: url(../images/point12.gif);
	background-repeat: no-repeat;
	background-position: 97% 50%;
}
 
.list2 ul li img{
	float: left;
	height: 45px;
	width: 45px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 8px;
}
 
.list2 ul li a strong{
	color: #FFF;
	display: block;
	font-weight: bold;
	padding-top: 8px;
}

/* ブログlink @end */


/* @group Main >ガチンコ☆topics */

article section {
	padding: 15px 20px 10px 20px;
	border-radius: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: #999 #666 #666 #999;
	background: #000;
	margin-bottom: 10px;
}




article h2 {
	margin: 25px 0 5px 0;
	font-size: 14px;
	padding-left:5px;
	color: #F90;
	font-size: 80%;
	line-height: 25px;
}

article h3 {
	color: #00384f;
}

article p {
	margin: 8px;
	
}

article img {
	display: block;
	max-width: 100%;
	margin: 0em auto;
}

articlea p {
	font-size:80%;
	color: #D6D6D6;
	line-height:150%;
}

articlea h1 {
	padding: 10px 0 10px 22px;
	font-size: 14px;
	border-bottom: solid 1px;
	border-bottom-color: #F0F;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f68500), to(#f7bf7e));
	background: linear-gradient(#f68500, #f7bf7e);
	font-weight: bold;
	color: #F60;
	border-top: solid 1px;
	border-top-color: #F0F;
	text-shadow: 0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff;
}

articlea h2,
articlea h3 {
	border-left: 7px solid #f0f;
	border-bottom: 1px dotted #f0f;
}

.news {
	margin-top: 15px;
	margin-right: 5px;
	margin-left:5px;
	margin-bottom: 20px;
}

#topics {
	color: #F6C;
}

#topics2 {
	color: #FFF;
}

#topics3 {
	color: #FF0;
}

#new {
	text-decoration: underline;
}

/*ガチンコ☆topics @end */
articlelb img{
	display: block;
	max-width: 278px;
	margin: 1em auto;
}

articleb p {
	font-size:70%;
}

articleb h1 {
	padding: 7px 0 7px 0px;
	font-size: 12px;
	border-bottom: solid 1px;
	border-bottom-color: #FFF;
	background: url(../images/h_icon_gray.gif) left top no-repeat;
	background-color: #F09;
	font-weight: bold;
	color: #FFF;
	border-top: solid 1px;
	border-top-color: #FFF;
	text-shadow: 0 0 0px #ffffff,0 0 0px #ffffff,0 0 0px #ffffff;
	text-align: center;
}

articleb h2,
articleb h3 {
	border-left: 7px solid #ff0000;
	border-bottom: 1px dotted #ff0000;
	font-size:90%;
}

.link {
	margin-top: 10px;
	margin-right: 13px;
	margin-left:13px;
	padding-bottom: 15px;
}


/* link @end */

/* コメント */
.eria {
	margin-right: 10px;
	margin-left:10px;
}

.news2 {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFF;
	margin-bottom: 0px;
}
/* コメント @end */


/* link */
.list3 {
	margin: 0px;
	margin-bottom: 0px;
}
	
.list3:after {
		content: "."; 
  	 	display: block;
		height: 0; 
 		clear: both; 
 		visibility: hidden;
}
	
.list3 ul{
	border-top: 0px solid #ccc;
	border-bottom: 1px solid #333;
	list-style: none;
}

.list3 ul li{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7d7e7d), to(#000000));
	background: linear-gradient(#7d7e7d, #000000);
	border-top: none;
	border-bottom: 2px solid #000;
	border-left: 0px solid #ccc;
	border-right: 1px solid #333;
	height: 40px;
	margin: 0px;
}
	
.list3 ul li:nth-child(odd) {
		float: left;
		width: 50%;
}
	
.list3 ul li a{
	color: #666;
	display: block;
	height: 40px;
	margin: 0px;
	padding: 0 20px 0 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	text-align:center
}
	
.list3 ul li a strong{
	color: #FFF;
	display: block;
	font-weight: bold;
	padding-top: 16px;
	font-size: 80%;
}
	
.list3 ul li img{
		float: left;
		height: 40px;
		width: 40px;
		margin-right: 13px;
}

.list3 ul li a::after{
       float: right;
}

/* link @end */


/* TEL */
.list4 ul{
	border-bottom: 1px solid #000;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	list-style: none;
}

.list4 ul li{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7d7e7d), to(#000000));
	background: linear-gradient(#7d7e7d, #000000);
	border-top: 0px solid #ccc;
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
	height: 45px;
}
	
.list4 ul li a{
	background: url(../images/list_mark1.png) no-repeat 100% 50%;
	color: #666;
	display: block;
	height: 45px;
	padding: 0 20px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	background-position: 100% 50%;
}

.list4 ul li a strong{
	color: #FFF;
	display: block;
	font-weight: bold;
	padding-top: 17px;
	font-size: 80%;
}

.list4 ul li img{
	float: left;
	height: 45px;
	width: 45px;
	margin-right: 10px;
}

/* TEL @end */


/* 問い合わせ */
.list5 ul{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
}
	
.list5 ul li{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7d7e7d), to(#000000));
	background: linear-gradient(#7d7e7d, #000000);
	border-top: 0px solid #ccc;
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
	height: 45px;
	border-bottom: 1px solid #333;
}
	
.list5 ul li a{
	/*background: url(../images/arrow067_06.gif) no-repeat 100% 50%;*/
	color: #666;
	display: block;
	height: 45px;
	padding: 0 20px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	background-position: 98% 50%;
}
	
.list5 ul li a strong{
	color: #CCC;
	display: block;
	font-weight: bold;
	padding-top: 13px;
	font-size: 80%;
	text-align: center;
}
	
.list5 ul li img{
		float: left;
		height: 45px;
		width: 45px;
		margin-right: 10px;
}

.list {
	font-size:17px;
    padding-left:20px;
}


/* 問い合わせ @end */

/* PC版 */
.list6 ul{
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 80%;
}

.list6 ul li{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f68500), to(#f7bf7e));
	background: linear-gradient(#f68500, #f7bf7e);
	border-style: solid;
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
	border-top: 1px solid #ccc;
	border-color: #ccc #999 #999 #ccc;
	height: 45px;
}
	
.list6 ul li a{
	/*background: url(../images/arrow067_01.gif) no-repeat 100% 50%;*/
	color: #666;
	display: block;
	height: 45px;
	padding: 0 20px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	background-position: 98% 50%;
}

.list6 ul li a strong{
	color: #333;
	display: block;
	font-weight: bold;
	padding-top: 17px;
	text-align: center;
}

.list6 ul li img{
	float: left;
	height: 45px;
	width: 45px;
	padding-left: 7px;
}
/* @end */

/* ページの先頭へ */
.list7 ul{
	border-bottom: 0px solid #999;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

.list7 ul li{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#B8B8B8));
	background: linear-gradient(#fff, #B8B8B8);
	border-top: 1px solid #999;
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
	border-bottom:1px solid #999;
	height: 50px;
	text-align: center;
}
	
.list7 ul li a{
	/*background: url(../images/list_mark1.png) no-repeat 100% 50%;*/
	color: #666;
	display: block;
	height: 50px;
	padding: 0 0px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	/*background-position: 100% 50%;*/
}

.list7 ul li a strong{
	color: #000;
	display: block;
	font-weight: bold;
	padding-top: 18px;
	font-size: 100%;
}

.list7 ul li img{
	float: left;
	height: 50px;
	width: 50px;
	margin-right: 20px;
	margin-top: 0px;
	margin-left: 3px;
}

/* ページの先頭へ @end */

/* @group Footer */

footer {
	padding: 8px;
	border-top: 1px double #ccc;
	text-align: center;
	font-family: serif;
	font-size: 70%;
	line-height:120%;
	color: #F00;
	background-color:#FF0;
}
/* @end */
	
 
