/*
クライアント個別ページ用のCSSです。
style.cssよりも後に読み込まれます。
各ページの固有class名はbodyタグにて設定されています。

例：idが1234のページのみ背景色を#cccにする場合
　　body.postid-1234{background-color:#ccc;}
  body.category-1234{background-color:#ccc;}
*/


/*//////フリーリスティングのコンテンツ部分///////*/

.free_contents {
	background-color: #EFEFEF;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	padding: 3%;
	text-align: center;
}

.free_contents .free_text {
	color: #999999;
	font-size: 16px;
	font-weight: bold;
}

p.clientlist_close {
text-align: center;
font-size: 16px;
}
/*//////共通部分///////*/

.clear {
	clear:both;
}



/*//////メニュー///////*/

.menu {
	font-size: 13px;
}

.menu ul {
	padding:0px;
}
.menu ul li {
	list-style: none;
	border-bottom:1px dotted #DDD;
	padding:15px 0px;
}

.menu ul .last {
	border-bottom: none;

}
.menu .picbox {
	width: 30%;
	float: left;
}
.menu .right {
	width: 68%;
	float: right;
}

.menu .subtitle {
	font-weight:bold;
}

.menu .price {
	text-align: right;
}

.menu .title {
	background-color: #FFE9EE;
	padding: 2px 0px 2px 10px;
	font-weight:bold;
}


.menu #restaurant {background-color: #FFE5CC; color:#FF7F00;}
.menu #shopping {background-color: #FFE1E3; color:#E8373C;}
.menu #beauty {background-color: #FFE9EE; color:#FF7796;}
.menu #travel {background-color: #F9E7FC; color:#D147E4;}
.menu #business {background-color: #E5F3FE; color:#1F71CB;}
.menu #life {background-color: #D7F2FF; color:#0B92FF;}
.menu #medical {background-color: #add8e6; color:#1EC8CC;}
.menu #realestate {background-color: #DAFCFA; color:#99D259;}
.menu #money {background-color: #FFE9EE; color:#FFBF00;}




/*//////クーポン///////*/

.coupon {
  position: relative;
  background-color:#FFF;
  border:1px dotted #000;
  padding:8px;
  margin:5%;
}
.coupon:before, .coupon:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.coupon:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}



.coupon_title {
	background-color: #F3F3F3;
	text-align: center;
	padding: 6% 2% 2% 1%;
	background-image: url(img/coupon_logo.jpg);
	background-repeat: no-repeat;
	background-position: center 15%;
}

.coupon_title h3 {
	font-size:14px;
}


.coupon_title h4 {
	color:#D80000;
}

.coupon_attention {
	padding:3%;
}
.coupon .attention {
	padding: 2%;
	font-size: 12px;
}


/*//////コラム///////*/

.column_midashi {
       border-left: 7px #3278B8 solid;
       color: #3278b8; font-size: 14px;
       padding: 3px 3px 3px 7px;
       margin-bottom: 10px;
}

.column_kakomi {	
　　　 : 100%;
       border: solid 3px #FFCC66;
       padding: 3% 5%;
}

.question {
	font-weight:bold;
	background-image: url(https://aloha.town.net/wp-content/themes/aloha/img/icon_question.gif);
	background-repeat:no-repeat;
	padding:0px 0px 10px 25px;
}

.answer {
	background-image: url(https://aloha.town.net/wp-content/themes/aloha/img/icon_answer.gif);
	background-repeat:no-repeat;
	padding:0px 0px 40px 25px;
}



/*//////クライアントページ フォーム///////*/

.wpcf7-form {
	background-color: #EFEFEF;
	border-radius: 15px; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
}

.wpcf7-form p input,
.wpcf7-form p textarea,
.wpcf7-form p select {
	border: 1px solid #CCC;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding:4px;
	vertical-align: middle;
}

.wpcf7-form p textarea {
	width:96%;
}

.wpcf7-list-item { display: block; }


.wpcf7-form p {
	border-bottom:  1px solid #FFF;
	padding: 2% 4%;
	line-height:200%;
}


.wpcf7-form-control.wpcf7-select {
	padding:4px;

}

.wpcf7-form-control wpcf7-submit {
	text-align:center;
}

.wpcf7-submit {
background:transparent url(img/btn_contact_submit.png) no-repeat;
width: 110px;
height: 31px;
font-size: 0;
margin-top:7px;
}

.wpcf7-captchac {
  vertical-align: middle;
}

.postid-6763 .wpcf7-list-item {display:block;}


/*//////クライアントページ共通デザイン///////*/


a {color: #0059B2;}
a:hover {color:#70A2D3;}
.lcp_catlist a:hover {color:#333;}


.h_design01 {
	text-align:center;
	padding:3px 0px;
	color:#FFF;
	font-weight:normal;
}

.h_design02 {
	border-left: 7px solid;
	padding-left:10px;
	margin-bottom:7px;
	font-size:14px;
}

.h_design03 {
	background-repeat:repeat-x;
	color:#FFF;
	text-align:center; 
	padding:2px 0px;
}

.tensen_b {
	border-bottom: 1px dotted #DDD;
	padding:3% 0%;
}

.tensen_t {
	border-top: 1px dotted #DDD;
	padding:3% 0%;
}

.tensen_l {
	padding:3% 0%;
}

.komoku_01 {
	background-color:#A6A6A6;
	width:15%;
	color:#FFF;
	text-align:center;
	float:left;
	margin-bottom:7px;
}


.komoku_02 {
	width:83%;
	float:right;
	margin-bottom:7px;
	text-align: left;

}


.post .photobox {
padding:10px 0px;
text-align:center;
margin:0px;
color:#888;
font-size:12px;
}

.post .photo {
padding:8px;
border:1px solid #DEDEDE;
background-color:#FFF;
/* border-radius */
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;

/* box-shadow */
box-shadow:rgba(179, 180, 181, 0.317647) 0px 0px 12px -2px;
-webkit-box-shadow:rgba(179, 180, 181, 0.317647) 0px 0px 12px -2px;
-moz-box-shadow:rgba(179, 180, 181, 0.317647) 0px 0px 12px -2px;
}


table .t_title { 
	background-color:#EEEEEE;
	padding:2px 10px;
	font-weight:bold;
	border-bottom:1px #FFF solid;
	border-right:1px #FFF solid;
}

table .t_detail { 
	background-color:#F8F8F8;
	padding:2px 10px;
	border-bottom:1px #FFF solid;
	border-right:1px #FFF solid;
}

.nomaltable {
width:100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}

.nomaltable td {
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding:7px 10px;
}

.bt_design { 
/* border-radius */
border-radius:8px;
-webkit-border-radius:8px;
-moz-border-radius:8px;
font-size:18px;
text-align:center;
margin:0 auto;
padding-top:10px;
height:30px;
}

.bt_design a {
color:#FFF;
text-decoration:none;
}

.bt_design a:hover {
color:#EFEFEF;
}



/*//////他店舗情報ウィジェット///////*/

#sidebar .branch li {
	list-style-image: url(img/arrow_sidebar.png);
	padding-bottom:4px;
	margin-left:15px;
}

#sidebar .branch li a {
	text-decoration:none;
	color:#000;
}

#sidebar .branch li a:hover {
	text-decoration:underline;
	
}

/*//////コラムウィジェット///////*/

#sidebar .widget_authorpostwidget h2 {
width: 100%;
border-top: #000 solid 2px;
border-bottom: #000 solid 1px;
padding-top: 2px;
min-height: 22px;
background-repeat: no-repeat;
}

#sidebar .widget_authorpostwidget ul {
	padding-top:15px;
}

#sidebar .widget_authorpostwidget li {
	list-style-image: url(img/arrow_sidebar.png);
	padding:0px 15px 4px 0px;
	margin-left:30px;
}

#sidebar .widget_authorpostwidget li a {
	text-decoration:none;
	color:#000;
}

#sidebar .widget_authorpostwidget li a:hover {
	text-decoration:underline;
	
}

/*//////求人///////*/

.kyujin {
	font-size:13px;
	line-height:165%;
}


.kyujin .waku {
	border-bottom: 1px #DDD solid;
	border-left: 1px #DDD solid;
	border-right: 1px #DDD solid;
	padding:15px;
	margin-bottom:30px;
}

.kyujin .kyujin_title {
	color:#FFF;
	background-color:#14AEC5;
	padding: 4px 15px;
}

.kyujin h1 {
	font-size:14px;
	float:left;
	font-weight: normal;
}

.kyujin .cn1 {color:#866F46;}

.kyujin .cn2 a {
	color:#0059B2;
}

.kyujin .kyujin_date {
	font-size:13px;
	float:right
}


.kyujin h2 {
	font-size:16px;
	padding:4px 0px 10px 0px;
	color:#866F46;
}

.kyujin h3 {
	color:#FFF;
	font-size:14px;
	background-color:#14AEC5;
	padding: 4px 15px;
	font-weight:normal;
}

.kyujin strong {
	color:#A5947A;
}

.kyujin li {
	border-bottom:1px #DDD dotted;
	padding-bottom:10px;
	margin-bottom:10px;
}

.kyujin .last {
	border:none;
}

.kyujin .def li {
	border: none;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}

.kyujin a {
	text-decoration:none;
}

.kyujin a:hover {
	text-decoration:underline;
}
.kyujin a.seemap {
	background: transparent url(img/arrow_basicinfo.png) no-repeat 0 5px;
	padding-left: 10px;
	color:#0059B2;
}

/*//////関連リンク（クライアント）///////*/

.kanren {
padding:20px 25px;
margin-top:40px;

/* border-radius */
border-radius:7px;
-webkit-border-radius:7px;
-moz-border-radius:7px;

/* box-shadow */
box-shadow:rgba(0, 0, 0, 0.07) 0px 0px 5px 3px;
-webkit-box-shadow:rgba(0, 0, 0, 0.07) 0px 0px 5px 3px;
-moz-box-shadow:rgba(0, 0, 0, 0.07) 0px 0px 5px 3px;
}

.kanrenttl_restaurant, .kanrenttl_beauty, .kanrenttl_shopping, .kanrenttl_travel, .kanrenttl_business,  .kanrenttl_life, .kanrenttl_medical, .kanrenttl_estate, .kanrenttl_finance {
padding-left:24px;
padding-bottom:5px;
font-weight:bold;
font-size:14px;
}

.kanrenttl_restaurant {
color:#FF7F00;
background: url('https://aloha.town.net/wp-content/themes/aloha/img/kanrenttl_restaurant.png') 0px 3px no-repeat;
}

.kanrenttl_shopping {
color:#E8373C;
background: url('https://aloha.town.net/wp-content/themes/aloha/img/kanrenttl_shopping.png') 0px 3px no-repeat;
}

.kanrenttl_beauty {
color:#FF7796;
background: url('https://aloha.town.net/wp-content/themes/aloha/img/kanrenttl_beauty.png') 0px 3px no-repeat;
}

.kanrenttl_travel {
color:#D147E4;
background: url('https://aloha.town.net/wp-content/themes/aloha/img/kanrenttl_travel.png') 0px 3px no-repeat;
}

.kanrenttl_business {
color:#1F71CB;
background: url('https://aloha.town.net/wp-content/themes/aloha/img/kanrenttl_business.png') 0px 3px no-repeat;
}

.kanrenttl_life {
color:#46ACFF;
background: url('https://aloha.town.net/wp-content/themes/aloha/img/kanrenttl_life.png') 0px 3px no-repeat;
}
.kanrenttl_medical {
color:#1EC8CC;
background: url('https://aloha.town.net/wp-content/themes/aloha/img/kanrenttl_medical.png') 0px 3px no-repeat;
}
.kanrenttl_estate {
color:#99D259;
background: url('https://aloha.town.net/wp-content/themes/aloha/img/kanrenttl_estate.png') 0px 3px no-repeat;
}
.kanrenttl_finance {
color:#FFBF00;
background: url('https://aloha.town.net/wp-content/themes/aloha/img/kanrenttl_finance.png') 0px 3px no-repeat;
}

.kanren ul {
padding-left:15px;
}

.kanren li {
font-size:12px;
list-style:url(https://aloha.town.net/wp-content/themes/aloha/img/arrow_sidebar.png);
padding:5px 0px;

}


.kanren li strong {
padding-right:10px;
}

.kanren li a {
color:#000;
text-decoration:none;
}

.kanren li a:hover {
color:#777;
}

/*//////ギャラリーの調整///////*/

.ngg-galleryoverview {
	padding-left:18px;
}
.ngg-gallery-thumbnail-box {
	margin:2px;
}


/*//////各クライアントページ///////*/
.postid-3373 .client .info h1,
.postid-3418 .client .info h1,
.postid-24208 .client .info h1,
.postid-9962 .client .info h1,
.postid-9965 .client .info h1,
.postid-7938 .client .info h1,
.postid-3199 .client .info h1 {
       font-size: 20px;
}

/*25173クレイジーシャツ*/
.postid-25173 .shopping { width:673px; margin-right:-22px; overflow: hidden; zoom: 1; }
.postid-25173 .shopping li { width:145px; margin-right:22px; float:left; font-size:11px; padding:20px 0px; }
.postid-25173 .shopping li .bt { color:#E4191F; text-align:right; padding-top:3px; }


/*//////いいねボタン///////*/
.iine span {font-weight: bold;}
.fb-like {padding-bottom:10px;}

.iine {width: 598px; border: #d8d8d8 solid 1px; background: transparent url(img/bg_lattice.png); padding: 20px 25px 10px 25px; margin:20px 0px 30px 0px;}



/*-------------------------*/
/*　 DOCOMO USA Wireless
/*-------------------------*/

#post-31160 .title2 {
	background-color:#F9F9F9;
	border-top:6px #CC0033 solid;
	background-color:#F9F9F9;
	background-image:url(https://aloha.town.net/wp-content/uploads/2014/12/31160_01.jpg);
	background-repeat:no-repeat;
	padding:15px;
	background-position:50px 20px;
	
}
#post-31160 .title2 .title_in {
	font-size: 16px;
	padding-left:130px;
	padding-top:10px;
}

#post-31160 .title2 h2 {
	color:#CC0033;
	font-size:18px;
	padding-top:20px;
	text-align:center;

}

#post-31160 .fukidashi {
	background-image:url(https://aloha.town.net/wp-content/uploads/2014/12/31160_02.jpg);
	background-repeat:no-repeat;
	height:66px;
	font-weight:bold;
	text-align:center;
	margin:30px 0px 0px 0px;
}
#post-31160 .fukidashi p {
	padding-top:15px;
}

#post-31160 .need {
	border-left:#DDF2F9 3px solid;
	border-right:#DDF2F9 3px solid;
}

#post-31160 .need ul {
	margin:0px;
	padding-left:35px;
}

#post-31160 .need li {
	float:left;
	text-align:center;
	font-weight:bold;
	 border-right:#DDF2F9 3px dotted;
	 padding:20px;

}

#post-31160 .yajirushi {
	background-image:url(https://aloha.town.net/wp-content/uploads/2014/12/31160_07.jpg);
	background-repeat:no-repeat;
	height:143px;
	text-align:center;
	color:#fff;
	font-size:18px;
}

#post-31160 .yajirushi h3 {
	padding-top:25px;
}

#post-31160 .merit {
	background-color:#FFF9E1;
	padding:30px;
	margin:0px;
}

#post-31160 .merit strong {
	font-size:16px;
	color: #3976C4;
	text-align:center;
	display:block;
}

#post-31160 .merit li {
	background-color:#FFF;
	margin-top:15px;
	padding:13px 13px 13px 80px;
	background-repeat:no-repeat;
	background-position:15px 10px;

}

#post-31160 .merit li h4 {
	color:#CC0033;
	font-size:18px;
}

#post-31160 .merit .merit1 {
	background-image:url(https://aloha.town.net/wp-content/uploads/2014/12/31160_08.jpg);
}
#post-31160 .merit .merit2 {
	background-image:url(https://aloha.town.net/wp-content/uploads/2014/12/31160_09.jpg);
}
#post-31160 .merit .merit3 {
	background-image:url(https://aloha.town.net/wp-content/uploads/2014/12/31160_10.jpg);
}
#post-31160 .merit .merit4 {
	background-image:url(https://aloha.town.net/wp-content/uploads/2014/12/31160_11.jpg);
}



#post-31160 .application {
	background-color:#E32E4B;
	padding:10px;
	margin-top:30px;
}

#post-31160 .application h5 {
	background-image:url(https://aloha.town.net/wp-content/uploads/2014/12/31160_12.jpg);
	background-repeat:no-repeat;
	background-position:150px 0px;
	height:46px;
	color:#FFF;
	font-size:18px;
	padding:12px 0px 0px 200px;
}

#post-31160 .application .white_box {
	background-color:#FFF;
	padding:30px;
}

#post-31160 .application li {
	padding:10px 0px;
}

#post-31160 .application .apptitle { 
	color:#E32C4B;
	font-size:16px;
	font-weight:bold;
}

#post-31160 .download {
	text-align:center;
	padding-top:30px;
	font-size:16px;
	font-weight:bold;
	line-height:160%;
}

#post-31160 .download strong {
	color:#E32C4B;
	background-color:#FFC;
}