﻿@charset "UTF-8";

/*================================================
 *  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,main,menu,nav,section,summary,time,mark,audio,video{
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	width: 1367px;
	margin: 0 auto;
	font-size: 14px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.6;
	background-color: #000000;
	color: #E9E9E9;	
}
.topbg {
	background-image: url(../images/top_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.subbg {
	background-image: url(../images/bg2.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#contents {
	margin-right: 15px;
	margin-left: 15px;
	position: relative;

}

#main {
	float:right;
	width:65.625%;
}

#main2 {
	float: none;
	max-width: 1000px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	background-color: #fff;
	border: solid 1px #fff;
}
#main4 {
	float: none;
	max-width: 985px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	color:#FFFFFF;

}
#main4 h3 {
	font-size: 28px;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 15px;
	color: #FFFFFF;
	background: none;
	margin-top: 50px;
	padding-left: 0px;
	
	
}
#main4 img {
	margin-bottom:30px;	
	
}

.fl {
	margin-right: 20px;
	float: left;
	
}
.ma_bt {
	margin-bottom: 20px;

}

#sub {
	float: left;
	width: 31.25%;
	margin-top: 0px;
}

#subnav {
	display:none;
}

a {
	color: #D9991F;
}
a:hover {
	color: #9C5116;
}

#sub ul {
	
	margin:30px;
}

#sub ul il {
	list-style:inside disc;
	margin-bottom:15px;
}

.info a {
	color: #FFF0D3;
}
.info a:hover {
	color: #FFD288;
}

#main3 a {
	color: #006BFD;
}
#main3 a:hover {
	color: #0082A3;
}


h1 {
	color: #454545;
	font-size: 14px;
	/* [disabled]line-height: 1.2; */
}
h1 a {
	color:#85d1c6;
	text-decoration:none;
}
h1 a:hover {
	color:#85d1c6;
	text-decoration:underline;
}

h2 {
	margin-bottom: 0.5em;
	font-size: 18px;
	color: #d18a28;
	border-bottom: 3px solid #d18a28;
	margin-top: 0px;
}
#main2 h2 {
	height: 80px;
	background-image: url(../images/conttitle_bg.png);
	color: #fff;
	font-size: 24px;
	line-height: 80px;
	border: none;
	padding-left: 30px;
	margin-bottom: 0;
}

#main3 h3 {
	margin-bottom: 0.25em;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	color: #d18a28;
	font-size: 16px;
	background-color: #272727;
	line-height: 24px;
}

h4 {
	margin-bottom: 0.25em;
	font-size: 16px;
	color: #FBDCA6;	
}
h4:before {
	color:#9b2f3d;
}

h5 {
	margin-bottom: 1em;
	padding: 2px;
	color: #FFD995;
	font-size: 18px;
	border-bottom: 1px dotted #FFD995;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
}

.s_link  {
	background-image: url(../images/arrow_ico.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	font-size: 14px;
	padding-left: 20px;
	position: relative;
	float: right;
	top: -50px;
	margin-right: 20px;
	height: 14px;
	margin-bottom: 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#7fb6ae;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}
dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

dd img {
	margin-left: 10px;
	border: #909090 solid 1px;
	margin-bottom: 15px;
	margin-top: 10px;
	
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background: #0E3767;

}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}

img {
	vertical-align:bottom;
}
.inyou {
	
	font-size:10px;
	margin-bottom:30px;
	
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: relative;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 100px;
}
header h1 {
	margin-left: 40px;
	margin-right:40px;
	float: left;
	margin-top:-5px;
}
.header_t {
	height: 100px;
	background-image: url(../images/bg2_04.png);
	background-repeat: no-repeat;
	background-position: 50px center;
	line-height: 24px;
	font-size: 18px;
	color: #FFFFFF;
	padding-left: 400px;
	padding-top: 90px;
}
.tel {
	position:absolute;
	top:0;
	right:0;
	vertical-align:top;
}
.tel span {
	color:#705c0b;
	font-family:Century, "MS 明朝","Hiragino Mincho Pro W3","ヒラギノ明朝 Pro W3",serif;
	font-size:28px;
	font-weight:bold;
	vertical-align:middle;
}


/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	background: #fff;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 20px;
	height:40px;
}

.menu ul{
  margin:0;
  padding:0;
 
}
.menu ul li {
  list-style: none;
  margin-left: 8px;
  margin-right:0;
  margin-top:0;
  margin-bottom:0;
  padding:0;
  font-size:14px;
  float: left;
  position: relative;
  width: 160px;
  height: 40px;
  line-height: 40px;
  background-image: url(../images/menu_bg01.png);
  background-repeat:no-repeat;
  text-align:center;
  color: #fff;
}
.menu ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
}

.menu ul li:hover, .menu ul li a:hover {
  background-image: url(../images/menu_bg02.png);
  background-repeat:no-repeat;
  color:#fff;
}
.menu ul li ul {
  position: absolute;
  top: 40px;
  width: 150px;
  z-index: 100;
}
.menu ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 150px;
  height: 0;
  background-color: rgba(99,52,10,0.7);
  border-bottom: dotted 1px #fff;
  background-image:none;
 
}
.menu ul li ul li:hover, .menu ul li ul li a:hover {
  background:#fff;
  color:#000000;
}
.menu ul li:hover ul li, .menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height: 40px;/*サブメニューの高さ*/
  z-index: 10;
}
.menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;

}
nav.op {
	width: 100%;
	padding-bottom: 20px;
	padding-top: 20px;
	height:40px;
	background-color: rgba(255,255,255,0.7);	
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#5b4111;
}

.submenu li a {
	display:block;
	padding:5px 2px;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#f7d0cb;
}

.bnr {
	overflow:hidden;
}

.bnr ul {
	overflow:hidden;
}

.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}
.sub_catch {
	margin:30px;
	padding:15px;
	background-color: #00152F;
	border: solid 1px #B3B3B3;
	line-height:24px;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	margin-top:80px;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
.footmenu li {
	position:relative;
	left: -50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background-color: #737171;
}
.totop img:hover {
	background-color: #AFAFAF;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.list {
	padding:0 0 0 2em;
}

.list li {
	margin:0;
	padding:0;
	list-style:none;
	text-indent:-1.3em;
}
.list li:before {
	content:"\002618\00a0";
	color:#9b2f3d;
}

.temp {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}

.img {
	float:left;
	width:300px;
}

.text {
	float:right;
	width:450px;
}

.photo {
	margin:20px 0;
	padding:10px;
	box-shadow:rgba(113, 135, 164, 0.8) 0 3px 15px 0;
	background:#fff;
}
.info {
	display:block;
	margin-bottom: 40px;
}
.info dt {
	border-bottom:none;
}
.info dd {
	border-bottom: 1px solid #494848;
}
.new {
	background-image: url(../images/new_ico.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align-last: left;
	padding-left:40px;
	
}
.catalog {
	overflow:hidden;
}
.catalog ul {
	overflow:hidden;
	margin-top:1.587%;
	margin-right:-1.587%;
}
.catalog li {
	list-style: none;
	float: left;
	width: 14.7%;
	margin: 0 1.7% 1.7% 0;
	background: #ffffff;
	border: solid;
	border: #9A9A9A solid 1px;
}
.catalog li img {
	width: 100%;
	margin-bottom: 0 !important;
	
}

.catalog li a:hover img {
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
	
}

.d_list {
	width: 200px;
	float: left;
	border-top: #BDBDBD solid 1px;
	text-align: center;
	background-color: #fff;
	margin-top: 30px;
	
}

.d_list a {
	color:#FFFFFF;
	text-decoration:none;
}
.d_list a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.d_list a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.d_list h5 {
	display: block;
	text-align: center;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0;
	background-color: #000000;
	color: #FFFFFF;
	border: none;
	height: 40px;
	line-height: 1.5em;
	
}
.d_list h6 {
	display: block;
	text-align: center;
	font-size: 12px;
	background-color: #000000;
	color: #FFFFFF;
	border: none;
	padding-bottom: 7px;
	margin: 0;
}
#spec_frame {
	max-width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	
}

#spec_frame table {
	border: solid 1px #FFFFFF;
	font-size:14px;
	text-align:left;
	max-width:670px;
}
#spec_frame table th {
	border:none;
	line-height:18px;
	color:#ABABAB;
	white-space:nowrap;
	background:none;
	text-align:left;
	
}
#spec_frame table td {
	border:none;
	line-height:18px;
	color:#FFFFFF;
	
}
.logo_f {
	margin:30px;
	background-image:url(../images/about_logo.png);
	background-repeat:no-repeat;
	height:100px;
	padding-top:42px;
	padding-left:110px;
}
.red {
	color:#FF0004;
	
	
}
/*================================================
 *  スライドショー
 ================================================*/
.slide {
	width:100%;
	overflow:hidden;
	position:relative;
	max-height:480px;
	
}

.slideInner {
	list-style:none;
	margin:0;
	padding:0;
}
.slideInner li {
	position:absolute;
	width:100%;
	background:#fff;
	margin:0;
	padding:0;
}
.slideInner li img {
	width:100%;
	height:auto;
}

.slidePrev {
	position:absolute;
	width:50px;
	height:60px;
	left:0;
	cursor:pointer;
	z-index:100;
}

.slideNext {
	position:absolute;
	display:block;
	width:50px;
	height:60px;
	right:0;
	cursor:pointer;
	z-index:100;
}

.controlNav {
	  position: absolute;
	  float:left;
	  left:50%;
	  bottom: 10px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	background:#eee;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#ccc;
	cursor:pointer;
}
.controlNav span.current {
	-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	background:#85d1c6;
}

.clear {
	clear:both;
	display:block;
	
	
}

.profile {
	margin-top: 15px;
	margin-left:25px;
	margin-right:15px;
	display:block;
	color:#000000;
	
}

.profile img {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
}

.pr {
	font-size: 18px;
	margin-top:20px;
	border-top: #969696 dotted 1px;
	padding-top:8px;
	display:block;
	
}

.kt {
	font-size:17px;
	margin-right:20px;
	line-height: 80px;

	
	
}

#main3 {
	max-width: 900px;
	height: 450px;
	padding: 30px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border: solid 2px #9B9B9B;
	color: #333333;
	background-image: url(../images/bg_logo.png);
	background-repeat: no-repeat;
	background-position-x: 160px;
	background-position-y: 15px;
}
		
#zoom, #zoom2 {
	margin-right: 15px;
	border: solid 1px #B8B3B4;
	margin-top: 20px;
	float:right;
	
}
#main3 h3 {
	font-size: 24px;
	color: #000000;
	background: none;
	margin-bottom: 15px;
	font-weight: 800;
	padding: 0;
	
}
.form_b {
	margin-top: 30px;
	margin-bottom:30px;
}

.form_b a:hover img {
 opacity: 0.7;
}

.sns_b {
	margin-right:15px;
	float:left;
}
.sns_b2 {
	margin-left: 30px;
	float: left;
	margin-bottom: 20px;
}

.orderlink_b {
	padding: 15px;
	display: block;
	max-width: 930px;
	margin-right: auto;
	margin-left: auto;

}
.orderlink_b ul  {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	list-style: none;
	
}
.orderlink_b ul li {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	list-style: none;
	margin-left: 0px;
	
}
.orderlink_b ul li a:hover img {
 opacity: 0.7;
}

#zoom2 .elevateZoom {
	paddng-left:+300px !important;
	
}
.giho {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-top: 30px;
	margin-bottom: 30px;
}
.giho th{
	width: 25%;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: middle;
	color: #444;
	background-color: #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.giho td{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #fafafa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #444;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
textarea {
	max-width:300px;
	
}
.artist_c {
	color: #FFFFFF;
	padding-left: 15px;
	background-color: #001336;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lang_bContainer {
	position: absolute;
	right: 15px;
    top: 5px;	
}
a.lang_b {
	display:inline-block;
	font:normal normal 300 1.3em;
	text-decoration:none;	
	color:rgba(28, 190, 131, 1);
	background-color:#00253d;
	border:1px solid rgba(28, 190, 131, 1);
	border-radius:100px;
	
	padding: .3em 1.2em;
	margin:5px;
			
	background-size: 200% 100%;	
	background-image: linear-gradient(to right, transparent 50%, rgba(28, 190, 131, 1) 50%);
	transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}
a.lang_b:hover {
	color:rgba(255, 255, 255, 1);
	background-color:rgba(28, 190, 131, 1);
	background-position: -100% 100%;
}


.app-img {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	display: block;

}
.app-img:before,
.app-img:after {
    content: " ";
    display: table;
}

.app-img:after {
    clear: both;
}

.app-img {
    *zoom: 1;
}
/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:1367px){
	body {
		box-sizing: border-box;
		width:100%;
		
	}
	

	header h1 {
		margin-bottom:15px;
	}

	.tel {
		position:relative;
		text-align:right;
	}

	.catalog li {
	width: 14.7%;

	}
	

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	body {
		padding:0;
	}
	.menu {
	 touch-callout:none;
	  user-select:none;
	  -webkit-touch-callout:none;
	  -webkit-user-select:none;
	  -moz-touch-callout:none;
	  -moz-user-select:none;
		
	}
	header {
		width:100%;
		position:static;
		
		
	}
	
	#main, #main2, #main4 {
		float:none;
		width:100% !important ;
		margin:0;
		
		}

	#sub {
		float:none;
		width:100%;
		
	}

	.bnr ul {
		overflow:hidden;
		margin-right:-2%;
	}

	.bnr li {
		float:left;
		width:48%;
		margin:0 2% 2% 0;
	}
	.header_t {
		display:none;
	}
	#contents, #spec_frame {
		float:none;
		padding:10px;
		margin:0;
	}
	#zoom {
		display: none;
	}
	#zoom2 {
		float:left;
		overflow: hidden; 
		
	}
	#zoom2 img {
		margin-bottom:20px;
	}
	
	img {
		max-width:100%;
	
	}
	.s_link {
		margin-top:80px;
		float: right;
		margin-right:10px;
		background: image(none);
		margin-bottom: 0;
		height: 20px;
		padding-bottom: 0;
		line-height: 20px;

	}
	
#main3 {
	max-width: 100%;
	padding: 20px;
	background-color: #FFFFFF;
	border: solid 2px #9B9B9B;
	color: #333333;
	margin-bottom:15px;
	margin-left:5px;
	margin-right:5px;
        background-image: none;
}

	/* 下層サブメニュー */
	#subnav {
		display:block;
		position:relative;
		margin-bottom:10px;
	}
	#subnav h3 {
		cursor:pointer;
		background:#85d1c6;
	}
	#subnav h3:after {
		position:absolute;
		content:"\0025bc";
		top:3px;
		right:5px;
	}
	#subnav h3.menuOpen:after {
		position:absolute;
		content:"\0025b2";
		top:3px;
		right:5px;
	}
	#subnav li {
		margin:0;
		padding:0;
		list-style:none;
	}
	#subnav li a:before {
		content:"\0025a0";
		color:#5b4111;
	}
	#subnav li a {
		display:block;
		padding:5px 2px;
		border-bottom:1px dotted #ddd;
		text-decoration:none;
	}
	#subnav li a:hover {
		background:#f7d0cb;
	}
	header h1 {
	margin-left: 5px;
	margin-right:0;
	float: none;
	margin-top:-5px;
	
	
}
.totop {
	display: none !important;
}

table  {
	width:100%;
	table-layout: fixed;
	
	
}
table th {
	width:40%;
}

.form_b {
	float: none;
	
}
	
.orderlink_b ul li {
		float: none;}
	}
textarea, input {
    resize: horizontal !important;
}
#spec_frame table {
	border: solid 1px #FFFFFF;
	text-align:left;
}
#spec_frame table th {
	border:none;
	color:#ABABAB;
	white-space: normal;
	background:none;
	text-align:left;
	
}
#spec_frame table td {
	border:none;
	color:#FFFFFF;
	
}
.profile img {
	float:none;
	margin-bottom:15px;
}
}
@media screen and (max-width:1300px) {

.menu ul{
  margin:0;
  padding:0;
  float:left;
  clear:both;
}
.menu ul li {
  list-style: none;
  margin:0;
  padding:0;
  font-size:12px;
  float: left;
  position: relative;
  width: 110px;/*親メニューの幅*/
  height: 20px;/*親メニューの高さ*/
  line-height: 20px;
  background:#08223e;/*親メニューの背景色*/
  color: #fff;/*親メニューの文字色*/
  text-align:center;
}
.menu ul li a {
  color: #cecece;
  display: block;
  text-decoration: none;
}
.menu ul li:hover, .menu ul li a:hover {
  background:#0d3e63;/*ホバー時の親メニューの背景色*/
  color:#fff;/*ホバー時の親メニューの文字色*/
}
.menu ul li ul {
  position: absolute;
  top: 20px;/*親メニューの高さと同じにする*/
  width: 110px;
  z-index: 100;
}
.menu ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 110px;/*サブメニューの幅*/
  height: 0;
  background:#8c8c8c;/*サブメニューの背景色*/
}
.menu ul li ul li:hover, .menu ul li ul li a:hover {
  background:#0e568d;/*ホバー時のサブメニューの背景色*/
  color:#fff;
}
.menu ul li:hover ul li, .menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:20px;/*サブメニューの高さ*/
  z-index: 10;
}
.menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;

}

}
