@charset "utf-8";

*{ margin: 0; padding: 0; }
ol, ul { list-style: none; }
img { border: 0; vertical-align: top; }
input, textarea { border:0; outline: 0; }
html, body { width:100%; }

body {
	background: #000;
/*	background-image: url("../images/bk01.jpg");*/
	background-repeat: repeat;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
}

#container {
	max-width: none !important;
	width: 100%;
}

#container a:link { color: #FFFF00; text-decoration: none; } 
#container a:visited { color: #FFA500; text-decoration: none; }
#container a:hover { color: #FFA500; text-decoration: underline; }
#container a:active { color: #FFFF00; }

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica,sans-serif;
	line-height: 1.4em;
	letter-spacing: .05em;
}

h1{ font-size:32px; }

h2 {
	text-transform: uppercase;
	color: #ffea00;
	font-size: 24px;
	margin-top: 20px;
	font-weight: normal;
	border-bottom: dashed 1px #FFF;
}

h3 {
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 20px;
	font-weight: normal;
}

h4{
	color: #ffea00;
	font-size: 24px;
	letter-spacing: .1em;
	margin-top: 20px;
	padding-bottom: 2px;
	font-weight: normal;
	border-bottom: solid 1px #a2928b;
}

h5{
	color: #ffea00;
	font-size: 20px;
	letter-spacing: .1em;
	margin-top: 20px;
	padding-bottom: 2px;
	font-weight: normal;
}

h6{ font-size:12px; }

/* header */
#header { /*background: #a60000;*/ }
#header .wrap-header {
	background: #a60000;
	height: 80px;
}

#header .logo01 {
	float: left;
	position: relative;
	top: 23px;
	left: 10px;
}

#header .logo01 img {
	width: 321px;
	height: 34px;
}

#header .logo02 {
	position: relative;
	left: 10px;
	top: 6px;
}

#header .logo02 img {
	width: 69px;
	height: 69px;
}

#header .logo03 {
	width: 69px;
	position: relative;
	left: 10px;
	top: 6px;
}

#header .logo03 img {
	width: 69px;
	height: 69px;
}

/* navigation */
#header select {
	float: right;
	padding: 4px;
	font-size: 16px;
	color: #555555;
	position: absolute;
	top: 40px; right: 10px;
	height: 34px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
  
#header .hidden-phone { display: inherit !important; }	
#header .visible-phone { display: none !important; }
    
#header .navi {
	position: relative;
	top: 23px;
	left: 20px;
	height: 34px;
	z-index: 1;
	text-transform: uppercase;
	overflow: hidden;
}

#header .navi li {
	float: left;
	position: relative;
	text-align: center;
}

#header .navi li a {
	display: block;
	color: #fff;
	text-decoration: none;
}

#header .navi li:hover > a {
	color: #69045b;
	background-color: #ffea00;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

#header .navi li ul {
	position: absolute;
	top: 42px;
}

.visible-phone {
	position: relative;
	top: -10px;
	right: 10px;
}

/* top content */
#top_content { margin: 20px 0px 10px 0px; }

/* main content */
#main_content { margin: 20px 0px 0 0px; }

#main_content h1 img { margin: 30px 0 10px 0; }

#main_content p {
	line-height: 1.8em;
	letter-spacing:0.1em;
	word-break: break-all;
	margin: 10px 0;
}

#main_content ul li {
	line-height: 1.8em;
	margin: 10px 0;
}

#main_content .logo {
	float: right;
	margin: -10px 10px 10px 30px;
}

.beginText {
    font-size: 48px;
    float: left;
    margin-top: 16px;
    margin-right: 10px;
}

.frostedBox { background: rgba( 108,100,93,0.4); }

/* photo list */
.photoList {
	margin-top: 3px;
	text-indent: 10px;
}

.photoList a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

/* menu panel */
.menuTable {
	border-collapse: separate;
/*	border-spacing: 4px;*/
	border-spacing: 3px;
}

.menuTable td {
	text-align: center;
	vertical-align: middle;
	color: #333;
/*
	padding-top: 13px;
	padding-bottom: 12px;
*/
	height: 71px;
}

.menuTable td a { display:block; }

.menuTable td a:hover {
/*
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.m1 { background-color: #706961; border-bottom: solid 4px #5a544e; }
.m2 { background-color: #dc1d00; border-bottom: solid 4px #b01700; }
.m3 { background-color: #d9a300;border-bottom: solid 4px #ae8200; }
.m4 { background-color: #c5ba09;border-bottom: solid 4px #9e9507; }
.m5 { background-color: #519d40; border-bottom: solid 4px #417e33; }
.m6 { background-color: #3a669b; border-bottom: solid 4px #2e527c; }
.m7 { background-color: #7a33a6; border-bottom: solid 4px #622985; }
.m8 { background-color: #6c6759; border-bottom: solid 4px #565247; }

.m1 a:hover { background-color: #8d847a; }
.m2 a:hover { background-color: #ff5100; }
.m3 a:hover { background-color: #f6cc00; }
.m4 a:hover { background-color: #d2e800; }
.m5 a:hover { background-color: #6ebd2e; }
.m6 a:hover { background-color: #3788c1; }
.m7 a:hover { background-color: #a24dc2; }
.m8 a:hover { background-color: #8b846f; }

/* top search */
#header_search {
	position: relative;
	top: 20px;
	left: 10px;
}

#header_search .search02 input.editbox_search02 {
	float: left;
	width: 100%;
	height: 40px;
	text-indent: 10px;
	font-size: 14px;
	color: #000;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

#header_search .search02 input.button_search02 {
	float: right;
	position: relative;
	top: -34px;
	border: none;
	width: 33px;
}

/* home search */
#main_search {
	padding: 12px;
	margin-bottom: 20px;
}	

#main_search .search01 input.editbox_search {
	width: 100%;
	height: 48px;
	text-indent: 10px;
	font-size: 18px;
	color: #000;
	outline: none;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;

	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-ms-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-o-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

#main_search .search01 input.button_search {
	width: 40px;
	position: relative;
	margin: -40px 10px 0 10px;
	float: right;
	border: none;
}

/* what's new */
#main_news {
}

#main_news .wrap-news {
	height: 400px;	
	padding-bottom: 20px;
	background: rgba( 108,100,93,0.4);
}

#main_news .logo {
	text-align: center;
	margin-top: -16px;
}

#main_news h1 { margin-top: 24px; }

#main_news .box {
	overflow: auto;
	color: #fff;
	font-size: 14px;
	height: 160px;
	margin-bottom: 15px;
}

#main_news .box li { line-height: 1.8em; }
	
#main_news .box span {
	float: left;
	display: block;	
	margin-right: 20px;
	padding-left: 6px;
}

#main_news .box p {
	display: block;
	overflow: hidden; 
	zoom: 1;
}

/* button */
.btn {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-image: none;
	border-color: none;
	border-image: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-style: solid;
	border-width: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 12px;
	text-align: center;
	text-shadow: none;
	vertical-align: middle;
	text-decoration: none;
}

#main_news .btn-primary {
	float: right;
	border: solid 1px #fff;
	color: #fff;
	background-image: url("../images/icon_link_off.png");
    -moz-background-size: 28px;
    -webkit-background-size: 28px;
    -o-background-size: 28px;
    background-size: 28px;
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 32px;
	margin-bottom: 10px;
	clear: both;
}

#main_news .btn:link { color: #fff; text-decoration: none; }
#main_news .btn:visited { color: #fff; text-decoration: none; }

#main_news .btn:hover {
    background-color: #ffea00;
    color: #000;
	background-image: url("../images/icon_link_on.png");
    -moz-background-size: 28px;
    -webkit-background-size: 28px;
    -o-background-size: 28px;
    background-size: 28px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

#container a:active { color: #fff; text-decoration: none; }

/* faq */
.qaList { border-bottom: dashed 1px #FFF; }
.qaList li { margin: 10px 0 !important; }
.q { color: #f7643a; margin-right: 10px; }
.a { color: #329bd3; margin-right: 10px; }

/* tools */
.post01 {
	margin: 10px 0;
	overflow: hidden;
}

.formBox ul li span {
	float: left;
	display: block;	
	width: 170px;
	text-align: left;
	margin-right: 10px;
}

.formBox div {
	display: block;
	overflow: hidden;
	zoom: 1;
}

.strFasta {
	width: 100%;
	height: 100px;
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 14px;
	color: #FFF;
	border: 1px solid #695f59;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #524640;
}

.sbox {
	height: 24px;
	font-size: 11px;
	color: #555555;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.searchBtn {
	width: 100px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	padding: 6px 0;
	color: #fff;
	border: none;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 14px 4px;
}

.searchBtnColor01 {background: #c53f3f; border-bottom: solid 2px #9e3232; }
.searchBtnColor01:hover { background: #de5454; border-bottom: solid 2px #c34c4c; }
.searchBtnColor02 { background: #aeaca7; border-bottom: solid 2px #8b8a86; }
.searchBtnColor02:hover { background: #cfccc6; border-bottom: solid 2px #b5b4ae; }

/* footer */
#footer {
/*
	display: block;
	background-color:#a60000;
	padding: 10px;	
*/
}

#footer .wrap-footer {
	display: block;
	background-color:#a60000;
	padding: 10px;	
}

#footer a { color: #FFF; text-decoration: none; }
#footer a:hover { color: #FFF; text-decoration: underline; }

#footer .copy { text-align: right; }

/* responsive */
html { -webkit-text-size-adjust: none; }

img{
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.gridsys { width: 1000px;}

/* ADD START tyamamot */
#main_search form.search01 table,
#header_search form.search02 table
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-ms-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-o-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);

	background: white;
}
#main_search .search01 input.editbox_search,
#header_search .search02 input.editbox_search02
{
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-ms-border-radius: none;
	-o-border-radius: none;
	border-radius: none;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.searchBtnColor01[disabled],
.searchBtnColor02[disabled],
.searchBtnColor03[disabled] {
	filter:alpha(opacity=50);
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
	cursor: default;
}
.searchBtn {
	white-space: nowrap;
}
.searchBtnColor01:hover[disabled] {
	background: #c53f3f;
	border-bottom: solid 2px #9e3232;
}
.searchBtnColor02:hover[disabled] {
	background: #aeaca7;
	border-bottom: solid 2px #8b8a86;
}

.searchBtnColor03,
.searchBtnColor03:hover[disabled] {
	background: #3F3FC5;
	border-bottom: solid 2px #32329E;
	width: auto;
	padding: 6px;
}
.searchBtnColor03:hover {
	background: #5454DE;
	border-bottom: solid 2px #4C4CC3;
}

.header_search_background {
	position:absolute;
	color:#aaa;
	height:40px;
	font-size:18px;
	padding: 10px 0 0 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}

input[disabled],
select[disabled],
textarea[disabled] {
	filter:alpha(opacity=50);
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
	cursor: default;
}

/* ADD END tyamamot */

@media only screen and (max-width: 768px) {
	.gridsys  { width:100%; }
	.gridsys .col-2-4 { width:100%; }	
	.photoList { text-indent: 0; margin-top: 0; }
	#header .hidden-phone { display: none !important; }	
	#header .visible-phone { display: inherit !important; }
	#header .logo01 { display: none !important; }		
	#header .logo02 { float: left; }
	#header .logo03 { float: left; position: absolute; top: 6px; }
	#header_search { position: relative; top: 100px; }
	#header_search input.button_search02 { position: relative; left: -10px; }
	#top_content { margin-top: 0; }	
	#main_content { margin-top: 80px; }
	#main_search { margin-bottom: 10px; }
}

@media only screen and (max-width: 640px) {
	.gridsys .col-5-6 { width:100%; }
	.gridsys .col-1-4 { width: 50%; }
	#header .hidden-phone { display: none !important; }	
	#header .visible-phone { display: inherit !important; }
	#header .date span { display: none !important; }
	#main_news	h1 { text-align: center; }
	#main_news .logo { display: none !important; }	
	#header .logo01 { display: none !important; }		
	#header .logo02 { float: left; }
	#header .logo03 { float: left; position: absolute; top: 6px; }
	#header_search { position: relative; top: 100px; margin: 0 10px; }	
	#header_search input.button_search02 { position: relative; left: -10px; }	
	#top_content { margin-top: 0; }	
	#main_content { margin-top: 80px; }	
	#main_search { margin-bottom: 10px; }
}

@media only screen and (max-width: 619px) {
	.gridsys .col-5-6 { width:100%; }
	.gridsys .col-1-4 { width: 50%; }
	.gridsys .col-2-6 { width:100%; }	
	#header .hidden-phone { display: none !important; }	
	#header .visible-phone { display: inherit !important; }
	#header .date span { display: none !important; }
	#header .logo01 { display: none !important; }
	#header .logo03 { float: left; position: absolute; top: 6px; }
	#main_news	h1 { text-align: center; }
	#main_news .logo { display: none !important; }	
	#pickup h3 div { margin: 0 0 5px 0; }	
	#pickup h3 div hr { display: none !important; }
	#pickup .gridsys .col-1-4 { width: 100%; text-align: center; }
	#footer .copy, #footer .sublink { text-align: center; }	
	#header_search { position: relative; top: 100px; margin: 0 10px; }	
	#header_search input.button_search02 { position: relative; left: -10px; }	
	#top_content { margin-top: 0; }
	#main_content { margin-top: 80px; }
	#main_search { margin-bottom: 10px; }
	#main_content .logo { display: none !important; }
}

@media only screen and (max-width: 340px) {
	.gridsys .col-5-6 { width:100%; }
	#header .hidden-phone { display: none !important; }	
	#header .visible-phone { display: inherit !important; }
	#header .date span { display: none !important; }
	#header .logo03 { float: left; position: absolute; top: 6px; }
	#top_content { margin-top: 0; }
	#main_content { margin-top: 80px; }
	#main_news .logo { display: none !important; }
	#main_news .box span { float: none; }
	#main_news .box p { margin-left: 10px; }
	#main_news .box li { border-bottom: dotted 1px #817f76; padding: 10px 0; }
	#footer .copy, #footer .sublink { text-align: center; font-size: 11px; }
	#header_search { position: relative; top: 100px; margin: 0 10px; }	
	#header_search input.button_search02 { position: relative; left: -10px; }
	#main_search { margin-bottom: 10px; }
	
}
