@charset "shift-jis";


/*------------------------------ ページ全体の指定 ------------------------------*/

/*--table, tr, td, th はCSS内では使わない。--*/

html, body, header,  article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}


img {
	vertical-align: bottom;/*--こうしないと、imgの下に変なマージンが出る。--*/
	border: 0;
}

img.border1 {
border:1px solid #000000;
}

body {
	width: 100%;
	background-color: #2852A2;
	font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
	line-height: 1.5;
	margin: 0px 0px 0px 0px;
}

a:link { color: #4F5A65; text-decoration: none }
a:visited { color: #4F5A65; text-decoration: none }
a:active { color: #4F5A65; text-decoration: none } 
a:hover { color: #4F5A65; text-decoration: underline; }

a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
}



section.title{
	font-size: 16px;
	font-weight: bold;
}

p {
  padding: 16px 8px 3px 8px;
  line-height: 1.7;
}

div.main {
	width: 100%;
/*	max-width: 1000px;*/
	background-color: #000000;
}

font.class1{
	font-size: 12px;
	color:#aaaaaa;
}


/*------------------------------ ヘッダー ------------------------------*/

div.header {
	width: 100%;
	background-color: #000000;
}

img.top_img {
	width: 100%;
	max-width:259px;
	max-height:42px;
}

.menu_text {font-family:arial,sans-serif; font-size:14px; line-height:16px;}

/*--- PC版 ---*/
div.topbar_img {
	float: left;
	width: 50%;
	max-width:270px;
	background-color: #000000;
}

div.google_kensaku {
	display:none;
	float: right;
	width: 50%;
	max-width:650px;
	height:42px;
	background-color: #000000;
}

div.space42 {
	float: right;
	width: 50%;
	max-width:650px;
	height:42px;
	background-color: #000000;
}

div.topbar_menu {
	clear: right;
	width: 100%;
	background-color: #000000;
	color: #777777;
	text-align: right;
  	padding: 15px 0px 3px 0px;
}

div.topbar_space1 {
	width :100%;
	height :0px;
	background-color: #000000;
}

div.topbar_space2 {
	width :100%;
	height :0px;
	background-color: #2852A2;
}


/*--- PC版ここまで ---*/

/*--- スマホ版 ---*/
@media screen and (max-width: 768px){
	div.topbar_img {
		float: left;
		width: 50%;
		max-width:270px;
		background-color: #000000;
	}

	div.google_kensaku {
		float: right;
		width: 50%;
/*		max-width:650px;*/
		max-width: 0px;
		background-color: #000000;
		text-align: right;
	}


	div.topbar_menu {
		clear: right;
		width: 100%;
		background-color: #000000;
		text-align: left;
	  	padding: 15px 0px 3px 0px;
	}

	.menu_text {font-family:arial,sans-serif; font-size:18px; line-height:20px;}
}
/*--- スマホ版ここまで ---*/


/*------------------------------ 内容 ------------------------------*/

section {
	width: 100%;
	background-color: #000000;
}

div.section {/*		IEに対応するため		*/
	width: 100%;
	background-color: #000000;
}


/*--- PC版 ---*/

div.title1{
	display: table;
	text-align: left;
	width: 100%;
	max-height: 50px;
	background-color: #202020;
}

div.title_image{
	display: table-cell;
	width: 120px;
	max-height: 50px;
}

div.title_image2{
	display: table-cell;
	width: 165px;
	max-height: 50px;
}

div.tenrankai_title{
	display: table-cell;
	height: 50px;
	text-align: left;
}

img.title_img{
	height:100%;
	max-height:50px;
}
img.tenrankai_img{
	height:100%;
	max-height:153px;
}

div.page_index{
	width: 100%;
	max-width: 1000px;
	text-align: center;
	font-size: 20px;
	color: #777777;
}

div.thumbnail_back {
	width: 100%;
	text-align: center;
	background-color: #000000;
	padding-top: 20px;
}

div.thumbnail {
	display: table;
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
	text-align: center;
	background-color: #000000;
}

div.type_clear {
	float: left;
	width: 15.3%;
	height: 170px;
	max-width: 153px;
	vertical-align: middle;
}

div.type1 {
	float: left;
	width: 15.3%;
	height: 170px;
	max-width: 153px;
	vertical-align: middle;
}

div.tcell {
	display: table-cell;
	width: 15.3%;
	height: 153px;
	max-width: 153px;
	max-height: 153px;
	text-align: center;
	vertical-align: middle;
	background-color: #202020;
	margin: 0px;
	padding: 0px;
}

div.space0 {
	float: left;
	width: 1.6%;
	height: 1px;
	max-width: 16px;
}

div.link1{
	width:100%;
	max-width: 1000px;
	align: center;
}

img.sakuhin {
	max-width: 1000px;
}

div.space1{
	clear:both; width:100%; height:10px;
}

div.space2{
	clear:both; width:100%; height:0px; text-align:right;
}

div.space3{
	clear:both; width:100%; height:20px; text-align:right;
}

div.space4{
	clear:both; width:100%; height:20px; text-align:right;
}

div.space5{
	clear:both; width:100%; height:50px; text-align:right;
}

div.space6{
	clear:both; width:100%; height:50px;
}


/*--- PC版ここまで ---*/

/*--- スマホ版 ---*/
@media screen and (max-width: 1000px){

	div.border_line {
		max-width: 1000px;
		width: 100%;
		height: 1px;
		background-color:#280800;
	}

	img.sakuhin {
		width: 100%;
		max-width: 1000px;
	}

	div.type1 {
		float: left;
		width: 32.3%;
		max-width: 153px;
	}

	div.type_clear {
		clear: both;
		width: 32.3%;
		max-width: 153px;
	}

	div.space0 {
		float: left;
		width: 1%;
		height: 1px;
		max-width: 10px;
	}

}

/*--- スマホ版ここまで ---*/

/*---------- フォーム関係 ----------*/

input.button {
	padding: 10;
	margin: 10;
	width: 80%;
	max-width: 200px;
	min-width: 150px;
	height: 40px;
}

input.text {
	padding: 10;
	margin: 10;
	width: 95%;
	max-width: 300px;
}

textarea {
	padding: 10;
	margin: 10;
	width: 95%;
	max-width: 300px;
	height: 80px;
}

textarea.mini {
	padding: 10;
	margin: 10;
	width: 95%;
	max-width: 300px;
	height: 40px;
}


/*---------- ナビ ----------*/

div.smart_phone {
	display: none;
}

@media screen and (max-width: 768px){
	div.smart_phone {
		display: block;
	}
}

div.pc {
	display: blcok;
}

@media screen and (max-width: 768px){
	div.pc {
		display: none;
	}
}




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

nav h2 {
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  background-color: #6D6D6D;
}

nav ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #cccccc;
}

nav li {
  width: 100%;
  list-style: none;
  text-align: center;
  background: url(img_sp/arrow_icon.png) no-repeat scroll right center transparent;
}

nav li a.navi {
  padding: 10px;
  display: block;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #ffffff;
  background-color: #2852A2;
  /*background: url(img_sp/nav_bg.gif) repeat-x;*/
}

nav li a.navi:visited {
  padding: 10px;
  display: block;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #ffffff;
  background-color: #2852A2;
  /*background: url(img_sp/nav_bg.gif) repeat-x;*/
}

nav li a.navi:hover {
  color: #ffffff;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #ffffff;
  background-color: #61A8FF;
  /*background: url(img_sp/nav_bg_hover.gif) repeat-x;*/
}

/*------------------------------ フッター ------------------------------*/

footer {
	width: 100%;
	clear: left;
}

div.footer_img {
	width :100%;
	height :50px;
	background-image: url("../footer_black.png");
	background-repeat: repeat-x;
}

div.footer {
	width :100%;
	height :200px;
	background-color: #2852A2;
}

footer div.copy {
	padding: 3px 8px 3px 8px;
	line-height: 1.7;
	color: #ffffff;
}


/*------------------------------ その他 ------------------------------*/
div.float_left {
	float: left;
}

div.float_left_end {
	clear: left;
	width: 1px;
}
