/* CSS Document */


a:hover img{
	opacity:0.8;
}

/*---------------------------------------------------
　　ヘッダ
----------------------------------------------------*/
#logo_wrap{
	min-height:82px;
}
#head_contact_btn{
	top:42px;
	right:10px;
	text-align: right;
}

#head_contact_btn img{
	width: 136px;
}


/*Gナビ*/

#header{
/* ヘッダーの高さは82px固定となるようstyle_pc.cssで設定されています。 */
/* heightを82px以外にするとロゴの縦位置調整が保証されません */
/*	height:auto; */
/*	padding:77px 0 0; */
/* 管理画面からアップロードした背景画像が優先的に使用されます。 */
/* このファイル内で背景画像を独自に指定する場合は管理画面から背景画像をアップロードしないでください。 */
/*	background: url(../../uploads/ann/hed_bg.gif) no-repeat center top; */
width:100%;

}

#global_menu{
	border-top:#E4E4E4 1px solid;
	border-bottom:#E4E4E4 1px solid;
	width:100%;
	position:relative;
	min-width:768px;
}
#global_menu ul{
	width:100%;
	margin:0 auto;
	display:block;
	text-align:center;
}
#global_menu li{
	display:inline-block;
	text-align:center;
	float:none;
	padding:0px 30px 0 20px;
	background-size:15px;
}
#global_menu li a{
	padding: 0px 0px;
	height:55px;
	line-height:58px;
	font-weight:bold;
	font-size: 12px;
}
#global_menu ul ul{
	text-align:left;
	top:59px;
	width:230px;
}
#global_menu ul ul li{
	display:inherit;
}
#global_menu > ul > li.active_menu > a {
	border-bottom:4px solid #D7D7D7;
}
#global_menu ul ul a:hover {
	background:#EEEEEE;
}


/*---------------------------------------------------
　　ぱんくず
----------------------------------------------------*/
.bread_crumb {
	margin:0px auto;
	background: #FFF;
	padding:8px 0 0 10px;
	width: auto;
	line-height:1.5;
}



/*---------------------------------------------------
　　フッタ
----------------------------------------------------*/
.footer_widget{
	margin: 0px 20px 40px 50px;
    width: 280px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}



/*---------------------------------------------------
　　ページトップ
----------------------------------------------------*/
#return_top {
	right:50%;
	bottom:25px;
	margin:0 -640px 0 0;
	width:51px;
	height:51px;
	background: url(../../uploads/ann/teiten_pagetop.png) no-repeat left 0;
}

.pc #return_top:hover {
	background: url(../../uploads/ann/teiten_pagetop.png) no-repeat right 0 !important;
}

@media screen and (max-width:1280px){
	#return_top {
		right: 0;
		margin: 0;
	}
}



/*---------------------------------------------------
　　トップ
----------------------------------------------------*/
/*TOPページスライダー（PCとスマホで切り替え）*/
#index_top_wrap .pc_slider{
	display:block;
}
#index_top_wrap .sp_slider{
	display:none;
}




.bx-wrapper .bx-controls-direction a.bx-next {
	right: -10px;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
	left: -10px;
}


/*TOPページ スライダー下テキスト*/
p.index_text_a{
	margin:0 30px 1.5em 0px;
}
p.index_text_b{
	margin:0 35px  1em 10px;
}
p.index_cntbnr1{
	margin:0 43px 2em 1em;
}

#index_top {
    width: 100% !important;
}
#index_banner{
	width:100%;
	margin:0 auto;
}
/*.home .main_txt{
	width:720px;
	margin:0 auto;
}
.home .main_txt .first{
	font-size: 24px;
	margin: 0;
	text-align: center;
}
.home .main_txt .second{
	font-size: 14px;
	margin: 0;
	text-align: left;
}*/

/*TOPページ中央バナー（PCとスマホで切り替え）*/
#index_center_banner.pc_center_banner{
	display:block;
}
#index_center_banner.sp_center_banner{
	display:none;
}

#slider_main{
	width:90%;
	margin:0 auto 60px;
}
#slider_main .bx-viewport{
	width:90% !important;
}
#slider_main .bx-viewport li img{
	width:100%;

}



#main_contents{
	background:#fff;
	width: 100% !important;
	padding: 0 0% !important;
}

#main_col{
	width:65%
	}
.home #main_col{
	padding:30px 10px 50px 20px;
}
#main_col{
	padding:20px 10px 50px 20px;
}
#main_col .post{
	padding:0 10px;
}
.bread_crumb_wp{
	background:#EBEBEB;
}
.bread_crumb{
	background:#fff;
}




#side_col {
	width: 290px;
	padding:30px 20px 50px 10px;
}



/*見出しデザイン*/

.headline1 {
	padding:0;
	margin:0 0 25px 0;
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
}
.headline1 span {
	padding:0 0 10px 0;
	margin:0;
	display:inline-block;
}

.product_title {
	margin:0 0 20px 0;
	padding:14px 0 14px 13px;
	font-weight:bold;
	font-size:18px;

}

h2.headline1 {
	font-size:18px;
	margin-left:0;
}


/*新着情報とブログレイアウト*/

/*横並べパターン*/
.home .newsblog{
	width:800px;
	margin:0 0 0px;
}

/*新着情報*/
/*横並べパターン*/
.home #index_news {
	width: 360px;
	float:left;
	margin:0 35px 0 15px;
}

.home #index_news ol li {
	list-style-type:none;
	margin:0 0 10px 0;
	padding:0px 0 10px 5px;
	font-size:13px;
}

#index_news ol li .title {
	 line-height:150%;
	 padding:0;
	 margin:0;
}
#index_news ol li .title a { display:block; }


#index_news ol li .title a:hover{
	text-decoration:underline;
}
#index_news ol li .title a:hover{
	text-decoration:none;
}

/*ブログ*/
/*横並べパターン*/
.home #index_blog{
	width:360px;
	float:left;
	margin:0 0 40px 10px;
}

/*
*/

#index_blog ol li .title a{
	text-decoration:underline;
}
#index_blog ol li .title a:hover{
	text-decoration:none;
}



.index_cntbnr_area{
	margin:0 0px 40px;
	display:none;
}




#index_news{
	margin:100px 0 40px;
}

/*新着アイテム*/
#index_item {
	padding: 0 0 20px 0px;
}
#index_item li {
	display: inline-block;
	margin: 0 0 20px 8px;
	width: 120px;
}

#index_item li a {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

#index_item li a:hover {
	text-decoration: underline;
}

#index_item li a img {
	height: auto;
	width: 120px;
}

#index_item li a span {
	display: block;
	padding: 5px 0 0;
}

#index_item li a strong {
	display: block;
}
#index_item .more_btn_sp{
	display: none;
}


/*---------------------------------------------------
　　人気ランキング
----------------------------------------------------*/
#side_ranking {
	padding: 0 10px;
}

#side_ranking li {
	background: none;
	border-bottom: 1px dotted #aaa;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0;
}

#side_ranking li a img {
	float: left;
	height: auto;
	margin: 0 10px 12px 0;
	width: 80px;
}

#side_ranking li a {
	font-size: 12px;
}

#side_ranking li a em {
	display: block;
	font-style: normal;
	padding: 10px 10px 0 0;
}

#side_ranking li a span {
	color: #A99F66;
	display: block;
	margin: 0 0 12px;
	padding: 0 10px 0 0;
}

/*---------------------------------------------------
　　商品サムネイル
----------------------------------------------------*/

#index_product ol li .category {
	display:none;
}
#index_product ol li .title {
	padding:0 10px; 
	height:40px; 
	line-height:40px; 
	overflow:hidden; 
	font-size:14px;
	margin:0px 0 10px;
}
/*---------------------------------------------------
　　サービスメニュー
----------------------------------------------------*/
#product_list{
	width: 95%;
}
#product_list li {
	margin: 20px 4% 10px 0;
	width: 30%;
}

#product_list li a img{
	width:100%;
	height:100%;
}
.post-type-archive-service #product_list li{
	margin:20px 9% 20px;
}

/*---------------------------------------------------
　　商品ページマスター
----------------------------------------------------*/
/*１コンテンツのマージン*/
.block_wp{
	margin-bottom:80px !important;
}
.block_wp02{
	margin-bottom:100px !important;
}
.block_wp03{
	margin-bottom:50px !important;
}
.block_wp04{
	margin-bottom:20px !important;
}
.block_wp_last{
	margin-bottom:0 !important;
}
.block_wp .last{
	margin-bottom:0 !important;
}



/*---------------------------------------------------
　　カタログページ
----------------------------------------------------*/
#catalog {
	margin: 0;
}
#catalog .catalog {
	margin: 0 0 60px 1%;
	width: 48%;
}

#catalog .catalog .catalog_link a {
	width: auto;
}


/*---------------------------------------------------
　　パターンcommon
----------------------------------------------------*/	
.pat_common p{
	line-height:1.5;
	font-size:14px;
	letter-spacing:0.05em;

}
.pat_common h3{
	margin:0 0 20px 0;
	font-weight:bold;
	font-size:129%;
}
.pat_common .block{
	margin:0 0 20px 10px;
	width:100%;
}
.pat_common .block .left,
.pat_common .block .right{
	float:left;
	display:block;
}
.pat_common .left{
	width:50%;
	margin:0 10px 0 0;
}
.pat_common .left p{
	margin:0;
}
.pat_common .right{
	width:46%;
}
.pat_common .button1{
	text-align:center;
	line-height:1;
	margin:0;
}

.pat_common .catch_img{
	text-align:center;
	margin:20px 0 15px;
}


/*パターン1*/
.pat01 .ttl01{
	font-weight:bold;
	font-size:114%;
}
.pat01 p.txt01 {
	margin:0 auto 20px;
}
.pat01 .ttl01{
	background:none;
	color:#000;
	padding: 0px 0 0px 0px;
	margin:0 0 20px;
}


.pat01 p.txt02 {
	margin:0 auto 20px;
}
.pat01 p.txt02 span{
	color:#000;
	font-weight:bold;
	line-height:1.8;
}
.pat01 p.txt02 span em{
	font-style:normal;
	color:#E3DD9F;
	font-size:72%;
	vertical-align:text-bottom;
	letter-spacing:0.15em;
}


/*パターン2*/
.pat02 .ttl01{
	font-weight:bold;
	font-size:114%;
	margin:0 0 20px 10px;
}
.pat02 .txt01{
	margin:20px auto 0;
}
.pat02 .button1{
	margin:20px 0 0;
}


/*パターン3*/
.pat03 .txt00{
	margin:0 0 20px 10px;
}
.pat03 .ttl01{
	color:#fff;
	font-weight:bold;
	background:#000;
	padding:7px 0 6px 20px;
	margin:0 0 20px;
}
.pat03 .txt01{
	margin:0 auto 20px;
}
.pat03 .desc_txt01{
	margin:0 auto 25px;
	font-size: 86%;
}

.pat03 .link01{
	text-align:right;
	margin:0 auto 20px;
	text-decoration: underline;
}
.pat03 .stxt01{
	font-size:14px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:12px 20px;
}
.pat03 .button1{
	margin:0 0 50px;
}



/*パターン4*/
.pat04 .ttl01{
	font-weight:bold;
	font-size:16px;
	margin:0 0 20px 10px;
}
.pat04 .txt01{
	margin:0 auto 20px;
}
.pat04 p.txt03 {
	margin:0 40px 30px 40px;
}
.pat04 .button1{
	text-align:right;
	margin:0 auto 20px;
}




/*パターン5*/
.pat05 .ttl01{
	margin:0 10px 20px 10px;
}
.pat05 .block2{
	margin:0 0 30px 10px;
	width:100%;
}
.pat05 .block2 dl{
	float:left;
	display:block;
	width:46%;
	margin:0 8px 15px;
}
.pat05 .block2 dl dt{
	font-weight:bold;
	margin:0;
}
.pat05 .block2 dl dd{
	margin:0 0 5px;
	line-height: 1.5;
}
.pat05 .block2 dl dd.txt{
	padding:0 5px;
	font-size:86%;
}



/*パターン6*/
.pat06 .ttl01{
	margin:0 10px 20px 10px;
}
.pat06 .block2{
	margin:0 0 25px 10px;
	width:100%;
	font-size: 0;
}
.pat06 .block2 dl{
	display:inline-block;
	width:31%;
	margin:0 5px 26px;
	font-size: 14px;
	vertical-align: top;
}
.pat06 .block2 dl dt{
	font-weight:bold;
	margin:0 0 5px;
}
.pat06 .block2 dl dd{
	margin:0 0 5px;
	line-height: 1.5;
}
.pat06 .block2 dl dd.txt{
	padding:0 5px;
	font-size:86%;
}



/*パターン7*/
.pat07 .ttl01{
	margin:0 10px 20px 10px;
}
.pat07 .block2{
	margin:0 0 25px 10px;
	width:100%;
}
.pat07 .block2 dl{
	float:left;
	display:block;
	width:23%;
	margin:0 4px;
}
.pat07 .block2 dl dt{
	font-size:93%;
	font-weight:bold;
	margin:0 0 5px;
}
.pat07 .block2 dl dd{
	margin:0 0 5px;
	line-height: 1.5;
}
.pat07 .block2 dl dd.txt{
	padding:0 5px;
	font-size:86%;
}




/*パターン8*/
.pat08 .ttl01{
	margin:0 10px 20px 10px;
}
.pat08 .block2{
	margin:0 0 40px 10px;
	width:100%;
}
.pat08 .block2 dl{
	float:left;
	display:block;
	width: 45%;
	margin: 0 7px;
}
.pat08 .block2 dl dt{
	color:#fff;
	font-weight:bold;
	background:#000;
	padding: 7px 5px 6px 5px;
	margin:0 0 25px;
}
.pat08 .block2 dl dd{
	line-height: 1.5;
	margin:0 auto 20px;
}
.pat08 .block2 dl dd.button1{
	margin:0 auto;
	text-align:right;
}
/*パターン9*/
.pat09 .ttl01{
	color:#fff;
	font-weight:bold;
	background:#000;
	padding:7px 0 6px 20px;
	margin:0 0 20px;
	font-size:114%;
}
.pat09 .txt01{
	margin:0 auto 20px;
}
.pat09 .desc_txt01{
	margin:0 auto 25px;
	font-size: 86%;
}


/*パターン10*/
.pat10 .ttl01{
	color:#000;
	font-weight:bold;
	padding:0px 0 0px 10px;
	margin:0 0 10px;
	font-size:16px;
}
.pat10 .txt01{
	margin:0 0 20px 10px;
	width:auto;
}

.pat10 .block{
	background:#EAEAEA;
	padding:25px 0 20px 20px;
	width:auto;
	margin:0 0 20px 10px;
}

.pat10 .left{
	width:90px;
	margin:0 18px 0 0;
}
.pat10 .right{
	width:75%;
}
.pat10 .icon_wp{
	margin:0 0 50px 30px;
}
.pat10 .icon{
	margin:0 auto;
	width:73px;
}







/*見出し*/
/*.common .pat_common h3{
	background: #F3F1EB;
	border-bottom: none;
	border-top: 2px solid #897B49;
	color: #333;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 53px;
	margin: 0 0 25px;
	padding: 0 0 0 20px;
}
.common .table-1 h3{
	background: #F3F1EB;
	border-bottom: none;
	border-top: 2px solid #897B49;
	color: #333;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 53px;
	margin: 0 0 25px;
	padding: 0 0 0 20px;
}*/

.common .pat_common h4{
	border-bottom: 1px solid #B4B4B4;
	color: #344DAD;
	font-size: 16px;
	font-weight: bold;
	line-height:1.4;
	margin: 0 0 10px 20px;
	padding: 0 0 7px;
}

.common .pat_common h4 span{
	border-left: 4px solid #8E9DE6;
	display: block;
	line-height: 28px;
	padding: 0 0 0 10px;
}

.common .pat_common p.ttl01{
	margin: 0 0 6px 30px;
}

/*テキスト*/
.common .pat_common .txt01 {
	margin: 0 0 20px 30px;
}

.common .pat_common .txt02 {
	font-size: 12px;
	padding: 0 0 0 30px;
}

.common .pat_common .txt03 {
	margin: 0 0 30px 30px;
}

.common .pat_common .txt04 {
	margin: 0 0 10px 30px;
}

.common .pat_common .txt05 {
	margin: 0 0 20px;
}

.common .pat_common .txt06 {
	margin: 0 0 10px 42px;
}


/*右の間隔*/
.common .pat_common .mr03 {
	margin-right: 30px !important;
}

















/*よくある質問*/
.pat_faq01{
	border-bottom:1px dotted #ccc;
	padding:0 0 30px;
	margin:0 0 30px;
}
.pat_faq01 .quetion{
	background:url(../../uploads/ann/faq_icon_q.gif) no-repeat left center;
	background-size:3.5%;
	line-height:1.5;
	padding:6px 0 6px 43px;
	font-weight:bold;
	font-size:15px;
	margin:0 0 5px 30px;
}
.pat_faq01 .answer{
	background:url(../../uploads/ann/faq_icon_a.gif) no-repeat left 5px;
	background-size:3.5%;
	line-height:1.8;
	padding:6px 0 6px 43px;
	font-size:14px;
	margin:0 0 0 30px;
}
.pat_faq01 a{
	color:#1717E6;
	font-weight:bold;
}





/*テーブル*/

.table-1 h3{
	font-weight:bold;
}
.table-1 p{
	margin: 0 20px 23px 30px;
	line-height: 150%;
}
.table-1 table {
	width: 95%;
}
.table-1 table caption{
	font-size: 14px;
	background: #000000;
	text-align: left;
	font-weight: bold;
	color: #fff;
	padding: 13px;
	margin: 0 0 20px 0;
}
.table-1 table tr td,
.table-1 table tr th{
	line-height: 150%;
}

.table-1 ul {
	margin: 0 0 50px 30px;
}

.table-1 ul li{
	list-style: none;
	font-size: 12px;
	line-height: 140%;
}

table.type-3 {
	margin:0 0 0 30px;
	width:315px !important;
	float:left;
	display:block;
}
table.type-3.right {
	margin:0 0 0;
	width:320px !important;
}
table.type-3.right th,
table.type-3.right td{
	border-left:none;
}
table.type-3 th{
	font-weight:bold;
}
table.type-3 td{
	height:140px;
	font-size:88%;
	padding:10px 8px 7px;
	text-align:center;
}

/*---------------------------------------------------
　　会社案内
----------------------------------------------------*/

.company .table-1 table tr th {
	background:#eee;
	border:1px solid #ccc;
	line-height:2;
	color:#000;
	width:150px;
}



/*---------------------------------------------------
　　お問い合わせフォームページ適用CSS
----------------------------------------------------*/
.post p{
	margin:0;
}
.form{
	font-size:100%;
}
.form span.red{
	color:#FF0000;
}
.form em.exam{
	color:#333;
	font-style:normal;
	font-size:86%;
}
.form .question em.exam{
	font-size:100%;
}

.form table {
    border-collapse: separate;
    border-spacing: 0 18px;
    margin: 0 auto;
    width: 100%;
	border:none;
}

.form table input,
.form table select{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 3px 5px;
	margin:0 10px 0 0;
	vertical-align:middle;
}
.form table input#corporation{
	width:250px;
}
.form table tr th,
.form table tr td {
    line-height: 1.5em;
	border:none;
}
.form table tr th {
    border-right: 4px solid #E6DAA2;
    text-align: right;
    vertical-align: middle;
    width: 130px;
	background:#fff;
	color:#333;
	font-size:100%;
    padding:10px 22px 10px 0;
}
.form table tr td {
    padding: 10px 0px 10px 30px;
}

.form table tr td span{
    display: block;
    margin: 0 0 10px 0;
	float: left;
	width: 200px;
}
.form table tr td span.error{
    margin:0 0 0 0;
	display: inline;
	color: #cc0000;
	font-weight: bold;
	float: none;
}

.form table tr td p.explain{
	clear: both;
	line-height: 140%;
}

.form table tr td em{
	clear: both;
	/*display:block;*/
}

.form table tr td em.ziptext{
    margin:5px 0 0 0;
	color:#333;
	font-style:normal;
}

.form .btn_wrp{
	margin:40px 0 0 211px;
}

.form .hed_blk h3{
	padding:11px 0 11px 45px;
	font-size:112%;
	margin:0 0 8px 0;
	color:#333;
}
.form .hed_blk .tel{
	margin:0 0 70px;
}
.form .hed_blk .tel h3{
	background:url(https://www.o-treasure.com/wp-content/uploads/2016/02/form_ico_01.png) no-repeat left center;
}
.form .hed_blk .tel p{
	float:left;
	margin:0 0 0 43px;
}
.form .hed_blk .tel p.time{
	line-height:31px;
	padding:0 0 0 12px;
	margin:0;
}

.form .hed_blk p.text{
	font-size:86%;
	letter-spacing:0;
	padding:0 0 25px 0;
}
.form .hed_blk .fax{
	margin:0 0 50px;
}
.form .hed_blk .fax h3{
	background:url(https://www.o-treasure.com/wp-content/uploads/2016/02/form_ico_01.png) no-repeat left center;
}
.form .hed_blk .fax p{
	float:left;
	margin:0 0 0 43px;
}
.form .hed_blk .fax p.text{
	float:none;
}

.form .hed_blk ul.download_btn{
	margin:0 0 0 43px;
}
.form .hed_blk ul.download_btn li{
	float:left;
	display:block;
}
.form .hed_blk ul.download_btn li.method01{
	margin:0 35px 0 0;
}
.form .hed_blk ul.download_btn li a{
	opacity:1;
}
.form .hed_blk ul.download_btn li a:hover{
	opacity:0.8;
}
.form .hed_blk .fax p.time{
	line-height:31px;
	padding:0 0 0 12px;
	margin:0;
}


.form .hed_blk .mail h3{
	background:url(https://www.o-treasure.com/wp-content/uploads/2016/02/form_ico_02.png) no-repeat left center;
}
.form .hed_blk .mail p.first_txt{
	margin:0 0 0 43px;
}

.form .block04 #corporation, 
.form .block04 #corporation_kana, 
.form .block04 #name, 
.form .block04 #furigana,
.form .block04 #company_furigana {
	width: 250px;
}
.form .block04 span.mwform-zip-field{
	width:auto;
}

.form .block04 #address {
	width:100%;
}
.form .block04 #TELL {
	width:150px;
}
.form .block04 #mail {
	width:120px;
}
.form .block04 textarea{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0 0 0 0;
	height:173px;
	width:100%;
}





.form .block04 .last {
    padding: 0 0 20px 30px;
}
.form .block04 .last p {
    margin-left: 155px; 
    font-size: 100%;
}
.form .block04 .last .error{
	font-size:110%;
	font-weight:bold;
}

.form input[type="submit"] {
  font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  border: none;
  height: 3em;
  line-height: 3em;
  border-radius: 3px;
  -webkit-appearance: none;
}


.form .block02 {
	font-size:85%;
	color:#333;
	line-height:1.5;
	margin:0px 0 160px 20px;
	border-top:1px dotted #999;
	padding:60px 0 0;
}
.form .block02 p{
	line-height:1.5;
}
.form .block02 h3{
	color:#483322;
	font-size:130%;
    font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	padding:20px 0 0;
}
.form .block02 ol li, .form .block02 p.last {
    padding-left: 1em;
    text-indent: -1em;
	margin:0;
	list-style:none;
}
.form .block02 ol li{
	margin:0 0 0 0;
	line-height:1.5;
}


.form_chk table tr td em.exam{
	display:none !important;
}

.form_check .explain{
	display: none;
}
.form_check .exam{
	display: none;
}
.form_check .block04 .last {
    margin: -50px 0 0;
}


.form_thanks .block01{
	padding-bottom:10px;
}

.form_thanks .block01 h4{
	padding:20px 0 0 0;
}

.form_thanks .block01 p{
	padding:10px 0 0 0;
}

.form_thanks .btn_wrp{
	margin:40px 0 0 150px;
}




/*---------------------------------------------------
　　採用情報
----------------------------------------------------*/
.recruit p{
	width:96%;
	margin:0 auto 40px;
}



/*---------------------------------------------------
　　フッター
----------------------------------------------------*/
.footer_headline{
	border-bottom: none;
	margin: 0 0 23px 0;
	padding: 0 0 0 10px;
}


#footer_menu{
	width:40%;
}
#footer_menu ul{
	padding:53px 0px 87px 10px;
}
#footer_menu li {
    font-size: 13px;
    width: 180px;
}
#footer_menu li:nth-child(9),
#footer_menu li:nth-child(10),
#footer_menu li:nth-child(11),
#footer_menu li:nth-child(12),
#footer_menu li:nth-child(13),
#footer_menu li:nth-child(14) {
	left: 180px;
}

.fot_cont02{
	width: 57% !important;
	padding:40px 0 0px 20px !important;
}
#footer .inquiry{
	width:40% !important;
	width:0 0 10px 11px !important;
}
#footer .block2 .left{
	margin:0 0 0 25px !important;
}

#footer .add{
	font-size:12px !important;
	margin:0 0 0 20px;
}

.widget_search #search-box, .widget_search #s, .google_search #search_input{
	width:223px;
}


/*
　オーシャントレジャーカスタマイズ
*/


#global_menu li{
	background-size:15px;
}
#slider_main{
	margin:0 auto 90px;
}
#index_top .btnbg {
	position: absolute;
	right: 110px;
	top: 4px;
	z-index:9;
	width: 340px;
	height:390px;
}
#index_top .btn01 {
	top: 257px;
	right:120px;
}
#index_top .btn02 {
	top: 139px;
	right:120px;
}
#index_top .btn03 {
	top: 23px;
	right:120px;
}
@media screen and (max-width: 768px) {
.home #index_top_wrap{
	background-size:196% !important;
}
.footer_menu_cont{
    width: 150px;
}
#footer_menu li{
	font-size:12px;
}
#index_top .btn01,
#index_top .btn02{
	background: none;
	bottom: 90px;
}
#index_top .btn03{
	background: none;
	bottom: 90px;
}
#index_top .btn01 a,
#index_top .btn02 a {
/* 	background: none;
	text-indent:0; */
	background-size:200%;
    width: 198px;
    height: 72px;
}
#index_top .btn03 a {
	background-size:200%;
    width: 198px;
    height: 72px;
}
#index_top .btn01 {
	right: 92px;
    top: 195px;
}
#index_top .btn02 {
	right: 92px;
    top: 110px;
}
#index_top .btn03 {
	right:92px;
}
#index_top .btnbg {
	position: absolute;
	right: 90px;
	top: 4px;
	z-index:9;
	width: 200px;
	height:270px;
}
#index_top .btn01 img,
#index_top .btn02 img,
#index_top .btn03 img{
	width:80%;
}

p.index_copytxt_a strong{
	font-size: 16px;
	line-height:1.5;
}
p.index_copytxt_b{
	font-size: 13px;
}
#global_menu, #global_menu a, #global_menu ul li{
	padding:0px 10px 0 20px;
}
#global_menu, #global_menu a, #global_menu ul li a{
    padding-left: 0px;
    padding-right: 0px;
}


}

#global_menu, #global_menu a, #global_menu ul li a{
    padding-left: 0px;
    padding-right: 0px;
}


/*製品一覧*/

.home #index_ranking .right{
	width:92% !important;
}


.home #index_ranking .entry-content{
	padding:0 0 0 10px;
}
.home #index_ranking .entry-content .first{
	width:20%;
	padding: 0 0 0 0%;
}
.home #index_ranking .entry-content .second{
	width:56%;
	margin:0 0 0 1%;
}
.home #index_ranking .entry-content .second .info01 dl{
	width:46%;
}
.home #index_ranking .entry-content .second .info01 dl dd{
	display:block !important;
}
.home #index_ranking .entry-content .second dl.price dt{
	padding:0 10px 0 0;
}
.home #index_ranking .entry-content .third {
	margin: 10% 0 0 0px;
	width:15%;
}






/*製品詳細*/
.pat_common iframe.mv{
	width:95%;
}
.pat_common .mv_comment{
	width:95%;
}

.item.pat05 .block2{
	width:auto;
	margin: 0 2% 30px;
}
.item.pat05 .block2 dl{
	width:47.4%;
	margin:0 1% 30px !important;
}


/*製品一覧*/
.product_list .entry-content{
	padding:0 0 10px 10px;
}
.product_list .entry-content .first{
	width:16%;
}
.product_list .entry-content .second{
	width:55%;
	margin:0 0 0 2%;
}
.product_list .entry-content.service2 .second{
	width:55%;
	margin:0 0 0 10px;
}
.product_list .entry-content .second .info01 dl{
	width:47%;
}
.product_list .entry-content .second .info01 dl dd{
	display:block !important;
}
.product_list .entry-content .third{
/*	width:30%;
*/}
.product_list .entry-content .second dl.price dt{
	padding:0 10px 0 0;
}
.product_list .entry-content .third {
	margin: 5% 0 0 0px;
	width:23%;
	height: auto;
}
.product_list .entry-content .third img{
	height:auto;
}
.product_list .entry-content a{
	padding: 8px 0 2px 2%;
}




/*お問い合わせ誘導*/
.contact_block{
	text-align:center;
	margin:100px auto;
	width:93%;
}
.contact_block .method01{
	font-size:16px;
	color:#333;
	line-height:1.2;
	letter-spacing:0.05em;
	font-weight:bold;
	margin:0 0 30px;
}
.contact_block .method02 a:hover img {
	opacity:1;
}
.contact_block .btn{
	margin:0 auto 25px;
	width:100%;
}
.contact_block .btn li{
	float:left;
	display:block;
	width:50%;
}



.table_left,
.table_right {
	width: 100%;
}

.equip.pat04 p.ttl01 {
	text-indent: 0;
}

.equip.pat04 p.txt03 {
	width: 112px;
}

.btn_block{
	margin: 100px auto;
	width: 93%;
}




/*-------------------------------------------------------
新着情報一覧ページ
-------------------------------------------------------*/
#new_item {
	padding: 0 0 20px 0px;
}
#new_item li {
	display: inline-block;
	margin: 0 0 20px 5px;
	width: 120px;
}

#new_item li a {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

#new_item li a:hover {
	text-decoration: underline;
}

#new_item li a img {
	height: auto;
	width: 120px;
}

#new_item li a span {
	display: block;
	padding: 5px 0 0;
}

#new_item li a strong {
	display: block;
}





/*---------------------------------------------------
　　お気に入り
----------------------------------------------------*/
@media screen and (max-width: 768px) {
.wpfp-span ul li a.wpfp-link.remove-parent{
	display:inline-block;
}
}

/*船舶の解体風景*/

.pat05.kaitai .block2{
	width:100%;
}
.pat05.kaitai .block2 dl{
	width:46%;
	margin:0 8px 15px;
}