@charset "utf-8";
/*
Theme Name: shama2015
Theme URI: http://www.shama-net.com/
Description: shama2015
Author: SHAMA
Version: 0
*/

.clearfix:before, .container:after { content: ""; display: table; }
.clearfix:after { clear: both; }

/* IE 6/7 */
.clearfix { zoom: 1; }


/*-------------------------------*/

html {
	overflow-x:hidden;
}

body{
	width: 100%;
	overflow-x:hidden;
	position: relative;
	background: none repeat scroll 0 0 #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
	color: #4c4948;
	letter-spacing: 1px;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","Osaka",sans-serif;
}

a:link{ color: #426ea5; }
a:visited{ color: #426ea5; }
a:hover{ color: #CC0033;}

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


/*width-------------------------------*/

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 990px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1000px;
	}
}

.col-sm-pull-9 {
	padding: 0;
}


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

header {
	height: 48px;
	background : none;
}

header h1 {
	display: none;
}

header p {
	position: fixed;
	z-index: 9999999;
	padding: 12px 0 0 0;
}

header p img {
	max-width: 85%;
	max-height: 85%;
}


/*ナビゲーション---------------------*/

nav {
	background-image: none;
}

nav ul {
	font-size: 0;
}

nav li {
	overflow: hidden;
	display: inline-block;
	width:160px;
	height:48px;
	vertical-align: top;
}


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

#footer_wrapper {
	margin: 100px 0 0 0;
	background-image: none;
}

footer {
	padding: 50px 0;
	background-color: #ddd;
}

footer .innr_left {
	margin: 0 0 50px 0;
	text-align: center;
}

footer .innr_left p {
	margin: 10px 0 0 0;
}

footer .innr_left .share {
	margin: 11px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

footer .innr_left .share ul {
	font-size: 0;
}

footer .innr_left .share li {
	display: inline-block;
	vertical-align: top;
}

footer .innr_left .share li.fb {width: 70px;overflow:hidden;padding: 2px 0 0 0;margin: 0 13px 0 0;}
footer .innr_left .share li.tw {width: 75px;overflow:hidden;padding: 3px 0 0 0;margin: 0 13px 0 0;}
footer .innr_left .share li.gp {width: 38px;overflow:hidden;margin: 0 13px 0 0;}
footer .innr_left .share li.hb {width: 30px;overflow:hidden;padding: 2px 0 0 0;}

iframe.twitter-share-button {
	width: 75px!important;
}

footer .innr_center ,
footer .innr_right {
	margin: 0 0 50px 0;
	text-align: left;
}

footer .innr_center ul,
footer .innr_right ul {
	list-style: disc inside;
	border-top: 1px solid #ccc;
	font-size: 13px;
}

footer .innr_right ul {
	font-size: 11px;
}

footer .innr_center li,
footer .innr_right li {
	padding: 10px 5px;
	border-bottom: 1px solid #ccc;
}

footer .innr_center p,
footer .innr_right p {
	font-weight: bold;
}

footer .innr_right a:link, footer .innr_center a:link { color: #4c4948; }
footer .innr_right a:visited, footer .innr_center a:visited { color: #4c4948; }
footer .innr_right a:hover, footer .innr_center a:hover { color: #CC0033;text-decoration: none;}

footer .copyright {
	display: block;
	text-align: center;
}

#back-top {
	display: none;
}

.btn_top {
	width: 100%;
	padding: 6px 0 8px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align: center;
	font-size: 24px;
	color: #666;
	cursor:pointer;
}

.btn_top p {
	margin: 4px 0 0 0;
	font-size: 12px;
}


/*トップ---------------------*/


#top_contents .container {
	padding: 0 10px;
}

#top_contents h2 {
	display:block;
	font-size: 14px;
	line-height: 1.9em;
	margin: -250px 0 0 0;
}

#top_contents .button1 ,
#top_contents .button2 ,
#top_contents .button3 {
	width: 300px;
	height: 300px;
	display:block;
	margin: 0 auto 30px auto;
	text-align: center;
	background-position:0 -300px;
}

#top_contents .button1 a ,
#top_contents .button2 a ,
#top_contents .button3 a {
	width: 300px;
	height: 300px;
	display:block;
	text-align: center;
	margin: 0 auto 30px auto;
}

#top_contents .button1 {
	background: url(./img/top100ac.png);
	background-size: contain;
}

#top_contents .button2 {
	background: url(./img/top101ac.png);
	background-size: contain;
}

#top_contents .button3 {
	background: url(./img/top102ac.png);
	background-size: contain;
}

#top_contents .button1 a {
	background: url(./img/top100.png);
	background-size: contain;
}

#top_contents .button2 a {
	background: url(./img/top101.png);
	background-size: contain;
}

#top_contents .button3 a {
	background: url(./img/top102.png);
	background-size: contain;
}

.wrap_new {
	margin: 0;
}

.wrap_new .col-sm-2 {
	padding: 0 15px;
}

.wrap_new .col-sm-10 {
	padding: 0 15px;
}

.wrap_new .index_new .index_new_left ul ,
.wrap_new .index_new .index_new_right ul {
	margin: 10px 0 5px 0;
}

.wrap_new .index_new .index_new_right ul {
	border-top: 1px solid #ccc;
}

.wrap_new .index_new .index_new_right li {
	font-size: 11px;
	padding: 15px 0;
	line-height: 2.2em;
	letter-spacing: 0;
	border-bottom: 1px solid #ccc;
}

.wrap_new .index_new_portfolio {
	margin: 20px 0 40px 0;
}

.wrap_new .index_new_portfolio .index_new_right li {
	display: inline-block;
	padding: 5px;
}

.wrap_new .index_new_portfolio .index_new_right li img {
	border: 1px solid #ccc;
	width: 86px;
	height: 86px;
}

.wrap_new .allnew {
	margin: 0 15px 0 0;
	text-align: right;
	font-size: 13px;
}


/*サイドバー---------------------*/

.sidebar {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}

.sidebar_top {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}

.sidebar_client {
	width: 240px;
	margin: -1px auto 0 auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px;
	background-color: #fbfbfb;
}


/*ぱんくず---------------------*/

#breadcrumb {
	display: none;
}

#breadcrumb li {
	float: left;
	margin: 0 4px;
}


/*共通---------------------*/

#lower {
	margin: 20px 0 0 0;
}

.content_page_top {
	border: 1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin: 0 0 40px 0;
}

.content_page_top h3 {
	padding: 0 20px 20px 20px;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: normal;
}

#sec1 ,
#sec2 ,
#sec3 ,
#sec4 {
	margin: 0 0 35px 0;
	padding: 0 0 35px;
	border-bottom: 1px solid #ccc;
}

#sec1 h4 ,
#sec2 h4 ,
#sec3 h4 ,
#sec4 h4 {
	margin: 0 0 15px 0;
	padding: 8px 0 5px 10px;
	font-size: 20px;
	font-weight: bold;
}

#sec1 img ,
#sec2 img ,
#sec3 img ,
#sec4 img {
	margin: 0 0 15px 0;
	text-align: center;
}

#sec1 h4 {
	border-left: 5px solid #c31616;
	color: #c31616;
	line-height: 1.1;
}

#sec2 h4 {
	border-left: 5px solid #528402;
	color: #528402;
	line-height: 1.1;
}

#sec3 h4 {
	border-left: 5px solid #aa4a04;
	color: #aa4a04;
	line-height: 1.1;
}

#sec4 h4 {
	border-left: 5px solid #045aa5;
	color: #045aa5;
	line-height: 1.1;
}


#sec1 p ,#sec2 p ,#sec3 p ,#sec4 p ,
#sec1 h5 ,#sec2 h5 ,#sec3 h5 ,#sec4 h5 {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0 0 15px 0;
	font-weight: normal;
}

#sec1 ul ,#sec2 ul ,#sec3 ul ,#sec4 ul {
	margin: 0 0 15px 15px;
	list-style: disc inside;
	font-size: 14px;
}

#sec1 li ,#sec2 li ,#sec3 li ,#sec4 li {
	padding: 0 0 10px 0;
	color: #e67b11;
}

.ap_inquiry {
	display: none;
}



/*タイトル---------------------*/

.ap_title {
	clear:both;
	width: 690px;
	margin:0 0 50px 0;
	padding: 0;
}

.ap_title h2 {
	border-left: 5px solid #5f8503;
	margin: 0;
	padding: 8px 0 5px 10px;
	font-size: 24px;
	font-weight: bold;
}

.ap_title h2 img {
	vertical-align:middle;
	margin: 0 5px;
}

.ap_title p {
	margin:30px 0 0 0;
}


/*ページナビ---------------------*/

.tablenav {
	color: #ac7e1c;
	background:#fff;
	margin: 5em auto;
	line-height:2em;
	text-align:center;
}
 
a.page-numbers, .tablenav .current {
	color: #bbb;
	margin: 0 2px;
	padding: 5px 8px;
	border:solid 1px #bbb;
}
 
a.page-numbers:hover {
	color:#fff;
	background: #5f8503;
}
 
.tablenav .current {
	color: #fff;
	background: #5f8503;
	border-color: #5f8503;
	font-weight:bold:
}
 
.tablenav .next, .tablenav .prev {
	background:transparent;
}


/*---------------------*/

.red {
	font-size: 14px;
	color: #cc0033;
}

.redb {
	font-size: 14px;
	color: #cc0033;
	font-weight: bold;
}

.ken10 {
	font-size: 10px;
}


/*DTP---------------------*/

.content_page_dtp {
	background : none;
	margin: 0 0 50px 0;
}

.content_page_dtp h3 {
	font-size: 13px;
	line-height: 1.3em;
	font-weight: normal;
}

.content_page_dtp_sp {
	margin: 0 0 20px 0;
}


/*profile---------------------*/

table.content_profile_table {
	margin: 0 0 50px 0;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border-top: 1px solid #ccc;
}

table.content_profile_table th ,
table.content_profile_table td {
	font-size: 12px;
	padding: 15px 0;
	vertical-align : top;
	margin: 0;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}

table.content_profile_table th.gray ,
table.content_profile_table td.gray {
	font-size: 12px;
	padding: 15px 0;
	vertical-align : top;
	margin: 0;
	background-color: #fbfbfb;
	border-bottom: 1px solid #ccc;
}

table.content_profile_table th ,
table.content_profile_table th.gray {
	white-space:nowrap;
}


table.content_profile_table td .g11,
table.content_profile_table td.gray .g11 {
	font-size: 11px;
	color: #aaa;
	line-height: 1.1;
}

table.content_profile_table_in {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}

table.content_profile_table_in td {
	display: list-item;
	list-style-type: none;
	padding: 0;
	border: none;
}

.content_profile ul {
	list-style: disc inside;
}

.content_profile li {
	padding: 0 0 10px 0;
}

.content_profile li.onedown {
	margin: 20px 0 0 0;
}


.content_profile p {
	margin: 0 0 0 15px;
	padding: 0 0 5px 0;
}


/*inquiry---------------------*/

.content_page_inquiry {
	border: 1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin: 0 0 40px 0;
	padding: 20px 0 50px 0;
}

.content_page_inquiry h3 {
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	padding: 10px 30px 0 30px;
}

.content_inquiry_acceptance {
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
}

table.content_inquiry_table {
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border-top: 1px solid #ccc;
}

table.content_inquiry_table th ,
table.content_inquiry_table td {
	display: list-item;
	list-style-type: none;
	font-size: 13px;
	padding: 0 10px 20px 10px;
	margin: 0;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}

table.content_inquiry_table th.gray ,
table.content_inquiry_table td.gray {
	display: list-item;
	list-style-type: none;
	font-size: 13px;
	padding: 0 10px 20px 10px;
	margin: 0;
	background-color: #fbfbfb;
	border-bottom: 1px solid #ccc;
}

table.content_inquiry_table th ,
table.content_inquiry_table th.gray {
	padding: 15px 10px 5px 10px;
	border: none;
}

table.content_inquiry_table td.acceptance {
	font-size: 12px;
	padding: 20px;
	margin: 0 auto;
	text-align: center;
	line-height: 2em;
	border-bottom: 1px solid #ccc;
}

table.content_inquiry_table td p.submit_form_error ,
table.content_inquiry_table td.gray p.submit_form_error {
	font-size: 13px;
	padding: 5px 0;
	color: #cc0033;
}

.inquiry_form_error {
	display: none;
	font-size: 14px;
	color: #cc0033;
	font-weight: bold;
	margin: 30px 0 0 0;
	text-align: center;
}

.content_inquiry_submit {
	margin: 50px 0 100px 0;
	text-align: center;
}


form .text, textarea, .dropdown {
	width: 100%;
	border:1px solid #ccc;
	padding: 5px;
	background: #f7f8f8;
	border-radius: 5px;
	font-size: 15px;

	/* Webkit */
	background: -webkit-gradient (
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#fff)
		);
	-webkit-border-radius: 5px;

	/* Firefox */
	background: -moz-linear-gradient (
		top,
		#eee,
		#fff
		);
	-moz-border-radius: 5px;

	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
	zoom: 1;
}

input:focus , textarea:focus {
	border:solid 1px #EEA34A;
}

.submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-size:16px;
	padding:6px 24px;
	text-decoration:none;
}

.submit:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}

.submit:active {
	position:relative;
	top:1px;
}

form .text, textarea {
	padding: 10px;
}

form textarea {
	height: 200px;
}


/*client---------------------*/

.content_page_client {
	margin: 0 auto 50px auto;
	padding: 0 0 50px 0;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.content_page_client h3 {
	margin: 30px 0 0 0;
	font-size: 14px;
	line-height: 1.8em;
	font-weight: normal;
	text-align: left;
}

.content_page_client p {
	text-align: left;
	margin: 10px 0 0 0;
}


/*link---------------------*/

.content_page_links {
	border: 1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin: 0 0 40px 0;
	padding: 20px 0 35px 0;
}

.content_page_links h3 {
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	padding: 10px 30px 0 30px;
}

.contents_link h4 {
	background-color:#F8F6E7;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px 15px;
	color:#007236;
	font-size:20px;
}

.contents_link ul {
	margin:0 0 50px 0;
}

.contents_link li {
	border-bottom:1px solid #ccc;
	margin:0;
	padding:15px 10px;
	font-size: 15px;
}

.contents_link li a {
	font-size: 18px;
	line-height: 1.5;
}


/*mutual---------------------*/

.content_page_mutual {
	margin: 0 0 10px 0;
	padding:0;
	font-size: 14px;
}

.content_page_mutual_sample {
	border: 1px solid #ccc;
	margin: 0 0 40px 0;
	padding:25px;
	font-size: 14px;
	background-color: #fffbee;
}

.content_page_mutual_sample p {
	margin: 0 0 10px 0;
}



/*制作実績--------------------*/

.portfolio_list {
	width: 100%;
	padding: 0;
	margin: 0 auto 50px auto;
}

.portfolio_list a:link {color: #4c4948;}
.portfolio_list a:visited {color: #4c4948;}
.portfolio_list a:hover {color: #4c4948;}

.portfolio_list .list_img {
	margin: 5px;
	padding: 10px;
	background: #eee;
	line-height: 1.4em;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #eee;
}

.portfolio_list .list_img img {
	border: 1px solid #bbb;
}

.portfolio_list .list_img:hover {
	background: #fff;
	border: 1px solid #ccc;
}

.portfolio_list .list_img:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}

.portfolio_list .list_img img {
	width: 112px;
	height: auto;
}

.portfolio_list .list_img_x2 img {
	width: 256px;
	height: auto;
}

.portfolio_list .list_img_x3 img {
	width: 400px;
	height: auto;
}


.portfolio_list .list_date h3 {
	margin: 5px 0 0 0;
	font-size: 12px;
	font-weight: normal;
}

.portfolio_list .list_date h3 .portfolio_category_dtp ,
.portfolio_list .list_date h3 .portfolio_category_web ,
.content_single .dete .portfolio_category_dtp ,
.content_single .dete .portfolio_category_web {
	background-color:#004077;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	color:#fff;
	font-size:9px;
	padding:3px 4px 3px 4px;
	line-height: 1;
	text-decoration:none;
	font-weight: bold;
	margin: 0 6px 0 0;
}

.portfolio_list .list_date h3 .portfolio_category_web ,
.content_single .dete .portfolio_category_web {
	background-color:#417611;
}

.content_index_portfolio_endtitle_top ,
.content_index_portfolio_endtitle_bottom {
	padding: 20px 30px 10px 30px;
	margin: 0 0 50px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #fafafa;

}

.content_index_portfolio_endtitle_top {
	display: none;
}

.content_index_portfolio_endtitle_bottom {
	margin: 50px 0;
}

.content_index_portfolio_endtitle_top p ,
.content_index_portfolio_endtitle_bottom p {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

.content_index_portfolio_endtitle_top p.red ,
.content_index_portfolio_endtitle_bottom p.red {
	color: #cc0033;
}

#infscr-loading {
	position: fixed;
	z-index: 99999;
	left: 0;
	right: 0;
	bottom: 10px;
	margin: 0 auto;
	padding: 15px;
	width: 240px;
	background: #000;
	text-align: center;
	font-size: 12px;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.next_posts_link {
	opacity: 0
}


/*コンテンツ-single--------------------*/

.content_single {
	margin: 0 0 50px 0;
}

.content_single h2 {
	margin: 5px 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	color: #517103;
	line-height: 1.3em;
}

.content_single .dete {
	text-align: right;
}

.content_single .site_link {
	text-align: left;
	margin: 30px 0 0 0;
}

.content_single .text {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 50px 24px;
	line-height: 2em;
}

.content_single .text img {
	float: left;
	margin: 0 25px 0 0;
}

.content_single .single_portfolio {
	margin: 5px 0 0 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 50px 0;
}

.content_single .single_portfolio .portfolio_text {
	text-align: left;
	line-height: 2em;
}

.content_single .single_portfolio .portfolio_img {
	margin: 0 0 20px 0;
	text-align: center;
}

.content_single .single_portfolio .portfolio_img img {
	border: 1px solid #ccc;
}

.portfolio_endtitle {
	padding: 20px 30px 10px 30px;
	margin: 50px auto;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #fafafa;

}

.portfolio_endtitle p {
	font-size: 13px;
	line-height: 1.4em;
	margin: 0 0 10px 0;
}

.portfolio_endtitle p.red {
	color: #cc0033;
}




.content_single .single_tag {
	border: 1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin: 30px 0 10px 0;
	padding: 20px;
}

.content_single .single_tag ul {
	text-align: left;
	list-style: disc inside;
}

.content_single .single_tag li {
	float: left;
	margin: 0 25px 0 0;
	line-height: 2em;
	white-space: nowrap;
}


/*一覧---------------------*/

.content_category ul {
	border-top:1px solid #ccc;
	padding: 0 0 5px 0;
	margin:10px 0 0 0;
}

.content_category li {
	border-bottom:1px solid #ccc;
	margin:0;
	padding:10px 15px;
}


/* flexslider
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 30px; background: #fff; border-bottom:solid 1px #ccc; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 10px; height: 10px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

.flex-control-nav {
	display: none;
}

.flexslider a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}

/* Media queries -------------------------------*/

@media(min-width:375px) {

	#top_contents .container {
		padding: 0 15px;
	}

	table.content_profile_table_in td {
		display: table-cell;
		padding: 5px 10px;
	}

	table.content_inquiry_table th ,
	table.content_inquiry_table td {
		display: table-cell;
		font-size: 13px;
		padding: 15px 5px;
	}

	table.content_inquiry_table th.gray ,
	table.content_inquiry_table td.gray {
		display: table-cell;
		font-size: 13px;
		padding: 15px 5px;
	}

	table.content_inquiry_table th ,
	table.content_inquiry_table th.gray {
		border-bottom: 1px solid #ccc;
		white-space:nowrap;
	}

	.portfolio_list .list_img img {
		width: 140px;
	}

	.portfolio_list .list_img_x2 img {
		width: 312px;
	}

	.portfolio_list .list_img_x3 img {
		width: 484px;
	}

}

@media(min-width:414px) {

	.portfolio_list .list_img img {
		width: 160px;
	}

	.portfolio_list .list_img_x2 img {
		width: 352px;
	}

	.portfolio_list .list_img_x3 img {
		width: 544px;
	}

}


@media(min-width:568px) {

	.portfolio_list .list_img img {
		width: 147px;
	}

	.portfolio_list .list_img_x2 img {
		width: 326px;
	}

	.portfolio_list .list_img_x3 img {
		width: 505px;
	}

}


@media(min-width:600px) {



}

@media(min-width:736px) {

	.portfolio_list .list_img img {
		width: 144px;
	}

	.portfolio_list .list_img_x2 img {
		width: 320px;
	}

	.portfolio_list .list_img_x3 img {
		width: 496px;
	}

}

@media(min-width:768px) {

	nav .container {
		width: 100%;
		padding: 0;
	}

	#back-top {
		position: fixed;
		bottom: 10px;
		right: 10px;
		cursor: pointer;
		z-index: 9999999;
	}

	#back-top a {
		width: 75px;
		height: 75px;
		display: block;
	}

	#back-top span {
		width: 75px;
		height: 75px;
		display: block;
		background: url(/wordpress/wp-content/themes/shama/img/up.png) no-repeat center center;
		-webkit-transition: 1s;
		-moz-transition: 1s;
		transition: 1s;
	}
	#back-top a:hover span {
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha(opacity=80)";
	}

	footer .innr_left ,
	footer .innr_center ,
	footer .innr_right {
		margin: 0;
	}

	footer .innr_center ul ,
	footer .innr_right ul {
		font-size: 11px;
		letter-spacing: 0;
	}

	footer .innr_center li,
	footer .innr_right li {
		padding: 4px 5px;
	}

	footer .copyright {
		display: none;
	}

	.btn_top {
		display: none;
	}

	footer .innr_left .share li.fb,
	footer .innr_left .share li.tw,
	footer .innr_left .share li.gp {
		margin: 0 2px 0 0;
	}

	#top_contents {
		margin: 50px 0 0 0;
	}

	#top_contents .container {
		padding: 0;
	}

	#top_contents h2 {
		font-size: 12px;
		line-height: 1.9em;
		margin: -208px 0 0 0;
		font-weight: normal;
	}

	#top_contents .button1 ,
	#top_contents .button2 ,
	#top_contents .button3 {
		width: 236px;
		height: 236px;
		background-position:0 -236px;
	}

	#top_contents .button1 a ,
	#top_contents .button2 a ,
	#top_contents .button3 a {
		width: 236px;
		height: 236px;
	}

	.wrap_new {
		margin: 20px 0 0 0;
	}

	.wrap_new .index_new_portfolio .index_new_right li img {
		width: 99px;
		height: 99px;
	}

	.fbcomments,
	.fb_iframe_widget,
	.fb_iframe_widget[style],
	.fb_iframe_widget iframe[style],
	.fbcomments iframe[style],
	.fb_iframe_widget span{
		width: 188px !important;
	}

	.sidebar_client {
		width: 188px;
		font-size: 11px;
	}

	#lower {
		margin: 20px 0 0 20px;
	}

	.lower_portfolio {
		margin: 0 0 0 -20px;
	}

	#lower .col-sm-push-3 {
		padding: 0 30px;
	}

	#breadcrumb {
		display: block;
		margin: 0 0 5px 0;
		font-size: 13px;
	}

	.content_inquiry_acceptance {
		font-size: 12px;
	}

	table.content_inquiry_table td.acceptance {
		font-size: 13px;
	}
	.content_index_portfolio_endtitle_top {
		display: block;
	}

	.portfolio_list .list_img img {
		width: 147px;
	}

	.portfolio_list .list_img_x2 img {
		width: 326px;
	}

	.portfolio_list .list_img_x3 img {
		width: 505px;
	}

	.content_single h2 {
		font-size: 24px;
		line-height: 1.4em;
	}

	#sec1 h4 ,
	#sec2 h4 ,
	#sec3 h4 ,
	#sec4 h4 {
		font-size: 24px;
	}

}


@media(min-width:992px) {

	header {
		height: 99px;
		background : url(./img/0002.jpg) no-repeat top right;
	}

	header h1 {
		display: block;
		padding: 5px 0 0 0;
		font-size: 12px;
		text-align: right;
		font-weight: normal;
	}

	header p {
		position: relative;
		padding: 10px 0 0 10px;
	}

	header p img {
		max-width: 100%;
		max-height: 100%;
	}

	nav .container {
		width: 990px;
		padding: 0 15px;
	}

	nav {
		background : url(./img/0010.jpg) repeat-x top left;
		height:42px;
	}

	nav li {
		height:42px;
	}

	#footer_wrapper {
		height: 118px;
		background : url(./img/0053.jpg) repeat-x;
	}

	footer .innr_left .share li.fb,
	footer .innr_left .share li.tw,
	footer .innr_left .share li.gp {
		margin: 0 15px 0 0;
	}

	footer .innr_center ul ,
	footer .innr_right ul {
		font-size: 13px;
		letter-spacing: 1px;
	}

	#top_contents {
		margin: 100px 0 0 0;
	}

	#top_contents .container {
		padding: 0 10px;
	}

	#top_contents h2 {
		font-size: 14px;
		line-height: 1.9em;
		margin: -250px 0 0 0;
	}

	#top_contents .button1 ,
	#top_contents .button2 ,
	#top_contents .button3 {
		width: 300px;
		height: 300px;
		background-position:0 -300px;
	}

	#top_contents .button1 a ,
	#top_contents .button2 a ,
	#top_contents .button3 a {
		width: 300px;
		height: 300px;
	}

	.wrap_new {
		margin: 60px 0 0 0;
	}

	.wrap_new .col-sm-2 {
		padding: 0 0 0 15px;
	}

	.wrap_new .col-sm-10 {
		padding: 0 15px 0 0;
	}

	.wrap_new .index_new .index_new_left ul ,
	.wrap_new .index_new .index_new_right ul {
		margin: 0 0 5px 0;
	}

	.wrap_new .index_new .index_new_right li {
		font-size: 14px;
		padding: 5px;
		line-height: 2.2em;
		letter-spacing: 1px;
	}

	.wrap_new .index_new_portfolio {
		margin: 50px 0 0 0;
	}

	.wrap_new .index_new_portfolio .index_new_right li {
		padding: 5px;
	}

	.wrap_new .index_new_portfolio .index_new_right li img {
		width: 110px;
		height: 110px;
	}

	.fbcomments,
	.fb_iframe_widget,
	.fb_iframe_widget[style],
	.fb_iframe_widget iframe[style],
	.fbcomments iframe[style],
	.fb_iframe_widget span{
		width: 240px !important;
	}

	.sidebar_client {
		width: 240px;
		font-size: 14px;
	}

	.content_page_dtp {
		height: 278px;
		border: 1px solid #ccc;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		background : url(./img/0200.png) no-repeat top left;
		background-size: contain;
		margin: 0 0 40px 0;
	}

	.content_page_dtp h3 {
		width: 365px;
		margin: 0 0 0 289px;
		padding: 160px 0 0 0;
		font-size: 13px;
		line-height: 1.3em;
		font-weight: normal;
	}

	.content_page_dtp_sp {
		display: none;
	}

	#sec1 img ,
	#sec2 img ,
	#sec3 img ,
	#sec4 img {
		margin: 0;
	}

	.ap_inquiry {
		display: block;
		height: 89px;
		margin:50px 0;
		padding: 0;
		background : url(./img/0043.jpg) no-repeat top left;
	}

	.ap_inquiry p {
		margin: 0 0 0 421px;
		padding: 26px 0 0 0;
	}


	table.content_profile_table th ,
	table.content_profile_table td {
		font-size: 15px;
		padding: 15px;
	}

	table.content_profile_table th.gray ,
	table.content_profile_table td.gray {
		font-size: 15px;
		padding: 15px;
	}

	table.content_profile_table_in td {
		padding: 0 30px 10px 0;
		border: none;
	}

	.content_page_inquiry h3 {
		font-size: 13px;
	}

	.content_inquiry_acceptance {
		font-size: 14px;
	}

	table.content_inquiry_table th ,
	table.content_inquiry_table td {
		font-size: 15px;
	}

	table.content_inquiry_table th.gray ,
	table.content_inquiry_table td.gray {
		font-size: 15px;
	}

	table.content_inquiry_table td.acceptance {
		font-size: 14px;
		padding: 30px;
		line-height: 3em;
	}

	.contents_link ul {
		margin:0 0 100px 0;
	}

}


@media(min-width:1025px) {

	nav .container {
		width: 1000px;
		padding: 0 15px;
	}

	.flex-control-nav {
		display: block;
	}

	.wrap_new .index_new_portfolio .index_new_right li img {
		width: 112px;
		height: 112px;
	}

	.portfolio_list .list_img img {
		width: 210px;
	}

	.portfolio_list .list_img_x2 img {
		width: 452px;
	}

	.portfolio_list .list_img_x3 img {
		width: 694px;
	}

}


