@charset "utf-8";
/*
Theme Name: smart255
Theme URI: http://theme.o2gp.com/
Description: smart255
Version: 1.0
Author: o2 Group
Author URI: http://theme.o2gp.com/

	o2 Group v1.0
	 http://theme.o2gp.com/

	This theme was designed and built by o2 Group,
	whose blog you will find at http://theme.o2gp.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
:focus{outline:0;}

ol, ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption, th, td{font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
a img{border:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}

body{
font:12px/1.5 "Lucida Sans Unicode", "Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333;
-webkit-text-size-adjust:none;
}



/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#222;
}

a:hover, a:active{
outline:none;
color:#111;
}

a img:hover{opacity:.8;}


/**** Clearfix ****/
nav#mainNav ul:after, nav#mainNav .inner:after, .newsTitle:after, .post:after,.inner:after,ul.news:after{content:""; display:table;clear:both;}
nav#mainNav ul,.newsTitle, .post, nav#mainNav .inner,ul.news{zoom:1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], input[type="email"], input[type="tel"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"], p.readon a{
vertical-align:top;
padding:0 10px;
background:#111;
background:-moz-linear-gradient(top, #111 0%, #222 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#111), color-stop(100%,#222));
background:-webkit-linear-gradient(top, #111 0%,#222 100%);
background:-o-linear-gradient(top, #111 0%,#222 100%);
background:linear-gradient(to bottom, #111 0%,#222 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#111', endColorstr='#222',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:28px;
height:28px;
font-size:120%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,p.readon a:hover{
background:#222;
background:-moz-linear-gradient(top, #222 0%, #111 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#222), color-stop(100%,#111));
background:-webkit-linear-gradient(top, #222 0%,#111 100%);
background:-o-linear-gradient(top, #222 0%,#111 100%);
background:linear-gradient(to bottom, #222 0%,#111 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#111',GradientType=0 );
cursor:pointer;
}
*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
#wrapper,.inner{
margin:0 auto;
width:940px;
}

#content{
float:right;
width:690px;
padding:20px 0 50px;
}

#toppage #content{
width:100%;
}

#sidebar{
float:left;
width:220px;
padding:20px 0 50px;
}

#footer{
clear:both;
} 


/* ヘッダー
*****************************************************/
.bg{
background:#eee;
}


/* サイト説明文
----------------------------------*/
#header h1{
padding:5px 0;
font-size:80%;
color:#333;
font-weight:normal;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:20px 0;
color:#515151;
font-size:160%;
font-weight:bold;
}

/* SNS
----------------------------------*/
.sns{
float:right;
padding:20px 0;
}

.sns img{margin-left:5px;}


/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
margin-top:20px;
line-height:0;
text-align:center;
z-index:0;
}

.post{
margin:0 0 20px 0;
}

.toppage h4{
margin:0 0 10px;
font-size:16px;
font-weight:normal;
color:#333;
}


/* 記事ループ
*****************************************************/
.list{
padding:10px 0;
border-bottom:1px dashed #e4e4e4;
}

.list:last-child{border:0;}

.post .list p{padding:0;}

.list span{padding-left:10px;}


/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:130%;
border-bottom:1px solid #eee;

}

.dateLabel{
text-align:right;
font-family:Georgia, "Times New Roman", Times, serif;
}

.post p{padding-bottom:15px;}

.post ul{margin:0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin:0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0 5px 15px;
font-size:150%;
border-bottom:2px solid #222;
background:url(images/headingBg.png) no-repeat 0 50%;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
border-bottom:2px solid #222;
}

.post h3{
margin:10px 0;
font-size:110%;
font-weight:normal;
border-bottom:1px solid #222;
}

.post blockquote{
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border:1px #535353 solid;
border-collapse:collapse;
border-spacing:0;
margin:10px 0 20px;
}

.post table th{
padding:10px;
border:1px #535353 solid;
border-width:0 0 1px 1px;
background:#ececec;
}

.post table td{
padding:10px;
border:1px #535353 solid;
border-width:0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter{
display:block;
margin:5px auto;
}

img.alignright, img.alignleft{
margin:0 10px 15px 15px;
display:inline;
}

img.alignleft{margin:10px 15px 15px 10px;}

.alignright{float:right;}
.alignleft{float:left;}

#gallery-1 img{
border:1px solid #eaeaea !important;
padding:5px;
background:#fff;
}

#gallery-1 img:hover{background:#fffaef;}



/* サイドバー　ウィジェット
*****************************************************/
.widgetWrap, section.widget ul{
margin:10px 0 20px 0;
padding:10px 10px 0 10px;
}

section.widget ul ul{
border:0;
margin:0;
padding:0 0 0 10px;
box-shadow:none;
}

#sidebar ul#banners{
width:220px;
margin:10px 0;
}

#sidebar ul#banners li{
float:none;
margin:0 0 10px;
}

section.widget h3{
clear:both;
margin:0 0 -5px;
padding:5px 0;
font-size:110%;
border-bottom:1px solid #eee;

}

section.widget li a{
display:block;
padding:7px 0 7px 12px;
background:url(images/arrow2.png) no-repeat 0 12px;
border-bottom:1px dashed #e4e4e4;
}

section.widget li a:hover{background-position:2px 12px;}

section.widget li:last-child a{border:0;}

#searchform input[type="text"]{
width:100px;
line-height:22px;
height:22px;
margin-right:3px;
}

#searchform{padding:20px 0;}

/* カレンダー */
#calendar_wrap table{margin:0 auto;width:90%;}
#calendar_wrap table caption{padding:10px 0;text-align:center;font-weight:bold;}
#calendar_wrap table th, #calendar_wrap table td{padding:3px;text-align:center;}
#calendar_wrap table th:nth-child(6){color:#000;}
#calendar_wrap table th:nth-child(7){color:#950000;}
#calendar_wrap a{color:#111;font-weight:bold;font-weight:bold;border-bottom:1px solid #fff;}
#calendar_wrap table td#prev{text-align:left;}
#calendar_wrap table td#next{text-align:right;}
#calendar_wrap table td#prev a{text-align:left;border:0;}
#calendar_wrap table td#next a{text-align:right;border:0;}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0;
padding:7px 10px 7px 0;
font-size:110%;
border-bottom:1px solid #eee;

}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:80%;
background:url(images/arrow2.png) no-repeat 0 5px;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom:1px dashed #e4e4e4;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#515151;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#111;}


/* トップページ */
#content .newsTitle h3{font-size:120%;}


/* フッター
*****************************************************/
#footer a{color:#333;}

#footer .boxWrap{
width:980px;
margin-right:-40px;
}

#footer .box{
float:left;
width:450px;
margin-right:40px;
padding:20px 0;
}

.box .widgetWrap, .box section.widget ul{
padding:0 0 0 7px;
margin-top:0;
background:transparent;
border:0;
box-shadow:none;
}

.box section.widget li a{
background:url(images/arrowWhite.png) no-repeat 0 12px;
border:0;
}

.box section.widget li a:hover{background-position:2px 12px;}

#footer h3{
padding:5px;
margin-bottom:10px;
font-size:120%;
border-bottom:1px solid #eee;
}

.contact p{
padding:3px 0 3px 32px;
margin-bottom:3px;
font-size:110%;
background:url(images/iconHome.png) no-repeat 4px 0;
}

.contact p.mail{background-image:url(images/iconMail.png);}
.contact p.tel{background-image:url(images/iconTel.png);}
.contact p.fax{background-image:url(images/iconFax.png);}
.contact p.tw{background-image:url(images/iconTW.png);}
.contact p.fb{background-image:url(images/iconFB.png);}

#copyright{
color:#fff;
clear:both;
padding:10px 0;
text-align:center;
font-size:90%;
background:#222;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width:100%;
height:30px;
margin:5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* トップページ 最新記事4件
------------------------------------------------------------*/
ul#banners,ul.post{
width:960px;
margin-right:-20px;
padding-bottom:20px;
}

ul#banners li,ul.post li{
float:left;
width:220px;
margin-right:20px;
}

ul.post{
padding:0;
background:transparent;
border:0;
box-shadow:none;
}

ul.post img{
max-width:220px;
height:auto;
}

ul.post h3{
margin:10px 0;
padding-bottom:5px;
font-size:14px;
font-weight:normal;
color:#333;
border:0;
}

p.readon a{
padding:3px 10px;
font-size:95%;
}

ul#banners:after{content:""; display:table;clear:both;}
ul#banners{zoom:1;}


/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width:1025px){
div.panel{
display:block !important;
}

a#menu{display:none;}

nav#mainNav ul{
clear:both;
position:relative;
z-index:200;
width:940px;
margin:0 auto;
}

nav#mainNav li{
float:left;
margin-right:20px;
position:relative;
}

nav#mainNav li.hassub a{
background:url(images/arrowDown2.png) no-repeat 100% 50%;
}

nav#mainNav li a{
display:block;
_float:left;
font-size:110%;
line-height:45px;
padding:0 50px 0 0;
color:#525252;
border-bottom:1px solid #eee;
}

nav#mainNav li.current-menu-item a, nav#mainNav li a:hover, nav#mainNav li.current-menu-parent a{
color:#222;
border-color:#222;
}

nav#mainNav li.hassub.current-menu-item a,nav#mainNav li.hassub a:hover, nav#mainNav li.hassub.current-menu-parent a{
background:url(images/arrowDown.png) no-repeat 100% 50%;
}

nav#mainNav li.hassub li a,nav#mainNav li.hassub.current-menu-item li a, nav#mainNav li.hassub.current-menu-parent li a, nav#mainNav li.hassub li a:hover{background:none;}

nav#mainNav ul ul{
width:160px;
background:#fff;
}

nav#mainNav li ul{
display:none;
opacity:0;
}

nav#mainNav li:hover ul{
display:block;
position:absolute;
top:46px;
left:0;
z-index:500;
opacity:1;
}

nav#mainNav li li{
margin:0;
float:none;
width:160px;
}

nav#mainNav li li a, nav#mainNav li.current-menu-parent li a,nav#mainNav li.current-menu-item li a{
padding:0 0 0 5px;
height:35px;
font-size:95%;
line-height:35px;
}

nav#mainNav li.current-menu-item li a, nav#mainNav li.current-menu-parent li a{
color:#adadad;
border-bottom:1px solid #adadad;
}

nav#mainNav li li.current-menu-item a,nav#mainNav li li a:hover{
color:#222;
border-color:#222;
}
}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
nav#mainNav{
clear:both;
width:100%;
margin:0 auto 10px;
}

nav#mainNav a.menu{
width:100%;
display:block;
height:37px;
line-height:37px;
font-weight:bold;
text-align:left;
border-top:1px solid #d5d5d5;
border-bottom:1px solid #d5d5d5;
background:url(images/menuOpen.png) no-repeat 5px 8px;
}

nav#mainNav a#menu span{padding-left:35px;}

nav#mainNav a.menuOpen{
border-bottom:0;
background:url(images/menuOpen.png) no-repeat 5px -34px;
}

nav#mainNav a#menu:hover{cursor:pointer;}

nav .panel{
display:none;
width:100%;
position:relative;
right:0;
top:0;
z-index:1;
}

nav#mainNav ul{margin:0;padding:0;}

nav#mainNav ul li{
float:none;
clear:both;
width:100%;
height:auto;
line-height:1.2;
}

nav#mainNav ul li:first-child{border-top:1px solid #d5d5d5;}
nav#mainNav ul li li:first-child{border-top:0;}

nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
display:block;
padding:15px 10px;
text-align:left;
border-bottom:1px dashed #ccc;
background:#fff;
}

nav#mainNav ul li:last-child a{border:0;}
nav#mainNav ul li li:last-child a{border:0;}
nav#mainNav ul li li:last-child a{border-bottom:1px dashed #ccc;}

nav#mainNav ul li a span{display:none;}
 
nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
background:#f6f6f6;
}

nav#mainNav ul li li{
float:left;
border:0;
}

nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
padding-left:40px;
background:#fff url(images/sub1.png) no-repeat 20px 18px;
}

nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
background:#f6f6f6 url(images/sub1.png) no-repeat 20px -62px;
}

nav#mainNav ul li li:last-child a{background:#fff url(images/subLast.png) no-repeat 20px 20px;}
nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{background:#f6f6f6 url(images/subLast.png) no-repeat 20px -65px;}

nav div.panel{float:none;}

#mainImg{margin-bottom:20px;}
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width:959px){
#header{width:100%}
.inner,#footer .boxWrap,#wrapper{width:96%;}

#mainImg img{width:96%;height:auto;}

#content, #sidebar{clear:both;width:95%;float:none;margin:0 auto;padding:10px 0;}
#sidebar{background:url(images/border.png) repeat-x;padding-top:30px;}

ul.post,ul#banners,#sidebar ul#banners{width:100%;display:table-row;margin:0;}
ul.post li,ul#banners li,#sidebar ul#banners li{float:left;width:23%;margin:0 1%;padding:0 0 20px;}
ul.post img,ul#banners li img,#sidebar ul#banners img{max-width:98%;height:auto;}

#calendar_wrap table{width:260px;margin:0;}

#footer .boxWrap{margin:0;padding:0;}
#footer .box{float:none;width:100%;margin:10px 0;}
}


/* 幅620px以下から
------------------------------------------------------------*/
@media only screen and (max-width:620px){
ul.post li,ul#banners li,#sidebar ul#banners li{width:42%;margin:0 0 0 6%;}
ul.post li:nth-child(2n+1){clear:left;}
.post img{max-width:100%;height:auto;}
img.alignright, img.alignleft{display:block;margin:5px 2%;max-width:96%;height:auto;}
.alignright,.alignleft{float:none;}
}


/* ■■■ここから追加CSS■■■ */

/*margin*/
.mt-5				  { margin-top: 5px; }
.mt-10				{ margin-top: 10px; }
.mt-15				{ margin-top: 15px; }
.mt-20				{ margin-top: 20px; }
.mt-25				{ margin-top: 25px; }
.mt-30				{ margin-top: 30px; }
.mt-35				{ margin-top: 35px; }
.mt-40				{ margin-top: 40px; }
.mt-45				{ margin-top: 45px; }
.mt-50				{ margin-top: 50px; }
.mt-55				{ margin-top: 55px; }
.mt-60				{ margin-top: 60px; }
.mt-65				{ margin-top: 65px; }
.mt-70				{ margin-top: 70px; }
.mt-75				{ margin-top: 75px; }
.mt-80				{ margin-top: 80px; }
.mt-85				{ margin-top: 85px; }
.mt-90				{ margin-top: 90px; }
.mt-95				{ margin-top: 95px; }
.mt-100				{ margin-top: 100px; }

.mr-5				  { margin-right: 5px; }
.mr-10				{ margin-right: 10px; }
.mr-15				{ margin-right: 15px; }
.mr-20				{ margin-right: 20px; }
.mr-25				{ margin-right: 25px; }
.mr-30				{ margin-right: 30px; }
.mr-35				{ margin-right: 35px; }
.mr-40				{ margin-right: 40px; }
.mr-45				{ margin-right: 45px; }
.mr-50				{ margin-right: 50px; }
.mr-55				{ margin-right: 55px; }
.mr-60				{ margin-right: 60px; }
.mr-65				{ margin-right: 65px; }
.mr-70				{ margin-right: 70px; }
.mr-75				{ margin-right: 75px; }
.mr-80				{ margin-right: 80px; }
.mr-85				{ margin-right: 85px; }
.mr-90				{ margin-right: 90px; }
.mr-95				{ margin-right: 95px; }
.mr-100				{ margin-right: 100px; }

.ml-5				  { margin-left: 5px; }
.ml-10				{ margin-left: 10px; }
.ml-15				{ margin-left: 15px; }
.ml-20				{ margin-left: 20px; }
.ml-25				{ margin-left: 25px; }
.ml-30				{ margin-left: 30px; }
.ml-35				{ margin-left: 35px; }
.ml-40				{ margin-left: 40px; }
.ml-45				{ margin-left: 45px; }
.ml-50				{ margin-left: 50px; }
.ml-55				{ margin-left: 55px; }
.ml-60				{ margin-left: 60px; }
.ml-65				{ margin-left: 65px; }
.ml-70				{ margin-left: 70px; }
.ml-75				{ margin-left: 75px; }
.ml-80				{ margin-left: 80px; }
.ml-85				{ margin-left: 85px; }
.ml-90				{ margin-left: 90px; }
.ml-95				{ margin-left: 95px; }
.ml-100				{ margin-left: 100px; }

.ml-5				  { margin-bottom: 5px; }
.mb-10				{ margin-bottom: 10px; }
.mb-15				{ margin-bottom: 15px; }
.mb-20				{ margin-bottom: 20px; }
.mb-25				{ margin-bottom: 25px; }
.mb-30				{ margin-bottom: 30px; }
.mb-35				{ margin-bottom: 35px; }
.mb-40				{ margin-bottom: 40px; }
.mb-45				{ margin-bottom: 45px; }
.mb-50				{ margin-bottom: 50px; }
.mb-55				{ margin-bottom: 55px; }
.mb-60				{ margin-bottom: 60px; }
.mb-65				{ margin-bottom: 65px; }
.mb-70				{ margin-bottom: 70px; }
.mb-75				{ margin-bottom: 75px; }
.mb-80				{ margin-bottom: 80px; }
.mb-85				{ margin-bottom: 85px; }
.mb-90				{ margin-bottom: 90px; }
.mb-95				{ margin-bottom: 95px; }
.mb-100				{ margin-bottom: 100px; }

/*padding*/
.pt-5				  { padding-top: 5px; }
.pt-10				{ padding-top: 10px; }
.pt-15				{ padding-top: 15px; }
.pt-20				{ padding-top: 20px; }
.pt-25				{ padding-top: 25px; }
.pt-30				{ padding-top: 30px; }
.pt-35				{ padding-top: 35px; }
.pt-40				{ padding-top: 40px; }
.pt-45				{ padding-top: 45px; }
.pt-50				{ padding-top: 50px; }
.pt-55				{ padding-top: 55px; }
.pt-60				{ padding-top: 60px; }
.pt-65				{ padding-top: 65px; }
.pt-70				{ padding-top: 70px; }
.pt-75				{ padding-top: 75px; }
.pt-80				{ padding-top: 80px; }
.pt-85				{ padding-top: 85px; }
.pt-90				{ padding-top: 90px; }
.pt-95				{ padding-top: 95px; }
.pt-100				{ padding-top: 100px; }

.pr-5				  { padding-right: 5px; }
.pr-10				{ padding-right: 10px; }
.pr-15				{ padding-right: 15px; }
.pr-20				{ padding-right: 20px; }
.pr-25				{ padding-right: 25px; }
.pr-30				{ padding-right: 30px; }
.pr-35				{ padding-right: 35px; }
.pr-40				{ padding-right: 40px; }
.pr-45				{ padding-right: 45px; }
.pr-50				{ padding-right: 50px; }
.pr-55				{ padding-right: 55px; }
.pr-60				{ padding-right: 60px; }
.pr-65				{ padding-right: 65px; }
.pr-70				{ padding-right: 70px; }
.pr-75				{ padding-right: 75px; }
.pr-80				{ padding-right: 80px; }
.pr-85				{ padding-right: 85px; }
.pr-90				{ padding-right: 90px; }
.pr-95				{ padding-right: 95px; }
.pr-100				{ padding-right: 100px; }

.pl-5				  { padding-left: 5px; }
.pl-10				{ padding-left: 10px; }
.pl-15				{ padding-left: 15px; }
.pl-20				{ padding-left: 20px; }
.pl-25				{ padding-left: 25px; }
.pl-30				{ padding-left: 30px; }
.pl-35				{ padding-left: 35px; }
.pl-40				{ padding-left: 40px; }
.pl-45				{ padding-left: 45px; }
.pl-50				{ padding-left: 50px; }
.pl-55				{ padding-left: 55px; }
.pl-60				{ padding-left: 60px; }
.pl-65				{ padding-left: 65px; }
.pl-70				{ padding-left: 70px; }
.pl-75				{ padding-left: 75px; }
.pl-80				{ padding-left: 80px; }
.pl-85				{ padding-left: 85px; }
.pl-90				{ padding-left: 90px; }
.pl-95				{ padding-left: 95px; }
.pl-100				{ padding-left: 100px; }

.pb-5				  { padding-bottom: 5px; }
.pb-10				{ padding-bottom: 10px; }
.pb-15				{ padding-bottom: 15px; }
.pb-20				{ padding-bottom: 20px; }
.pb-25				{ padding-bottom: 25px; }
.pb-30				{ padding-bottom: 30px; }
.pb-35				{ padding-bottom: 35px; }
.pb-40				{ padding-bottom: 40px; }
.pb-45				{ padding-bottom: 45px; }
.pb-50				{ padding-bottom: 50px; }
.pb-55				{ padding-bottom: 55px; }
.pb-60				{ padding-bottom: 60px; }
.pb-65				{ padding-bottom: 65px; }
.pb-70				{ padding-bottom: 70px; }
.pb-75				{ padding-bottom: 75px; }
.pb-80				{ padding-bottom: 80px; }
.pb-85				{ padding-bottom: 85px; }
.pb-90				{ padding-bottom: 90px; }
.pb-95				{ padding-bottom: 95px; }
.pb-100				{ padding-bottom: 100px; }
/*fontsize*/
.text10 {
	font-size: 84%;
}
.text11 {
	font-size: 92%;
}
.text12 {
	font-size: 100%;
}
.text13 {
	font-size: 109%;
}
.text14 {
	font-size: 117%;
}
.text15 {
	font-size: 125%;
}
.text16 {
	font-size: 134%;
}
.text17 {
	font-size: 142%;
}
.text18 {
	font-size: 150%;
}
.text19 {
	font-size: 159%;
}
.text20 {
	font-size: 167%;
}
.text21 {
	font-size: 175%;
}
.text22 {
	font-size: 184%;
}
.text23 {
	font-size: 192%;
}
.text24 {
	font-size: 200%;
}
.text25 {
	font-size: 209%;
}
.text26 {
	font-size: 217%;
}
/*clearfix*/
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cf {
	min-height: 1px;
}
.cf strong {
	font-weight: bold;
}
/* フロート解除 */
.dl-dashed:after, .ul-rows4:after, .ul-rows5:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.dl-dashed, .ul-rows4, .ul-rows5 {
	min-height: 1px;
}
.dl-dashed strong, .ul-rows4 strong, .ul-rows5 strong {
	font-weight: bold;
}
.no-border-bottom {
	border-bottom: none !important;
}
/* 準備中のスタイル
--------------------------------------------------*/
.post .preparation {
	margin-top: 100px;
	font-size: 24px;
	text-align: center;
	line-height: 1.5em;
}
.w1per {
	width: 1%;
}
.w2per {
	width: 2%;
}
.w3per {
	width: 3%;
}
.w4per {
	width: 4%;
}
.w5per {
	width: 5%;
}
.w10per {
	width: 10%;
}
.w15per {
	width: 15%;
}
.w20per {
	width: 20%;
}
.w25per {
	width: 25%;
}
.w30per {
	width: 30%;
}
.w35per {
	width: 35%;
}
.w40per {
	width: 40%;
}
.w45per {
	width: 45%;
}
.w50per {
	width: 50%;
}
.w55per {
	width: 55%;
}
.w60per {
	width: 60%;
}
.w65per {
	width: 65%;
}
.w70per {
	width: 70%;
}
.w75per {
	width: 75%;
}
.w80per {
	width: 80%;
}
.w85per {
	width: 85%;
}
.w90per {
	width: 90%;
}
.w95per {
	width: 95%;
}
.w96per {
	width: 96%;
}
.w97per {
	width: 97%;
}
.w98per {
	width: 98%;
}
.w99per {
	width: 99%;
}
.w100per {
	width: 100%;
}
.w1 {
	width: 1%;
}
.w2 {
	width: 2%;
}
.w3 {
	width: 3%;
}
.w4 {
	width: 4%;
}
.w5 {
	width: 5%;
}
.w10 {
	width: 10%;
}
.w15 {
	width: 15%;
}
.w20 {
	width: 20%;
}
.w25 {
	width: 25%;
}
.w30 {
	width: 30%;
}
.w35 {
	width: 35%;
}
.w40 {
	width: 40%;
}
.w45 {
	width: 45%;
}
.w50 {
	width: 50%;
}
.w55 {
	width: 55%;
}
.w60 {
	width: 60%;
}
.w65 {
	width: 65%;
}
.w70 {
	width: 70%;
}
.w75 {
	width: 75%;
}
.w80 {
	width: 80%;
}
.w90 {
	width: 90%;
}
.w95 {
	width: 95%;
}
.w96 {
	width: 96%;
}
.w97 {
	width: 97%;
}
.w98 {
	width: 98%;
}
.w99 {
	width: 99%;
}
.w100 {
	width: 100%;
}
/* 設定した要素にimgタグがあれば80%に縮小してセンター寄せ */
.img-wrapper-w80per img {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.post .library-title {
	padding: 7px;
	background-color: #0000cd;
	color: #FFF;
}
.image-sample {
	border: 1px solid #CCC;
	height: 150px;
	padding: 10px;
	overflow: auto;
}
.dl-dashed {
	border-bottom: 1px dashed #CCC;
}
.dl-dashed dt, .dl-dashed dd {
	float: left;
	border-top: 1px dashed #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
}
.dl-dashed dt {
	width: 20%;
}
.dl-dashed dd {
	width: 80%;
}
.dl-dashed dt._endline, .dl-dashed dd._endline {
	border-top: none;
	padding-top: 0px;
}
/* Float設定の一般的クラスの定義
------------------------------------------------------------*/

.left20, .left20per {
	float: left;
	width: 19.5%;
}
.left25, .left25per {
	float: left;
	width: 24.5%;
}
.left30, .left30per {
	float: left;
	width: 29.5%;
}
.left33, .left33per {
	float: left;
	width: 33%;
}
.left35, .left35per {
	float: left;
	width: 34.5%;
}
.left40, .left40per {
	float: left;
	width: 39.5%;
}
.left45, .left45per {
	float: left;
	width: 44.5%;
}
.left50, .left50per {
	float: left;
	width: 49.5%;
}
.left55, .left55per {
	float: left;
	width: 54.5%;
}
.left60, .left60per {
	float: left;
	width: 59.5%;
}
.left65, .left65per {
	float: left;
	width: 64.5%;
}
.left70, .left70per {
	float: left;
	width: 69.5%;
}
.left75, .left75per {
	float: left;
	width: 74.5%;
}
.left80, .left80per {
	float: left;
	width: 79.5%;
}
.right20, .right20per {
	float: right;
	width: 19.5%;
}
.right25, .right25per {
	float: right;
	width: 24.5%;
}
.right30, .right30per {
	float: right;
	width: 29.5%;
}
.right35, .right35per {
	float: right;
	width: 34.5%;
}
.right40, .right40per {
	float: right;
	width: 39.5%;
}
.right45, .right45per {
	float: right;
	width: 44.5%;
}
.right50, .right50per {
	float: right;
	width: 49.5%;
}
.right55, .right55per {
	float: right;
	width: 54.5%;
}
.right60, .right60per {
	float: right;
	width: 59.5%;
}
.right65, .right65per {
	float: right;
	width: 64.5%;
}
.right70, .right70per {
	float: right;
	width: 69.5%;
}
.right75, .right75per {
	float: right;
	width: 74.5%;
}
.right80, .right80per {
	float: right;
	width: 79.5%;
}
.img-100 img {
	width: 100%;
}
.img-90 img {
	width: 90%;
}
.img-80 img {
	width: 80%;
}
.img-70 img {
	width: 70%;
}
.distance div {
	margin: 10px 0 20px;
}
/* MARGIN-LEFT % 指定
------------------------------------------------------------*/

.ml-5per {
	margin-left: 5%;
}
.ml-10per {
	margin-left: 10%;
}
.ml-15per {
	margin-left: 15%;
}
.ml-20per {
	margin-left: 20%;
}
.ml-25per {
	margin-left: 25%;
}
.ml-30per {
	margin-left: 30%;
}
.ml-35per {
	margin-left: 35%;
}
.ml-40per {
	margin-left: 40%;
}
.ml-45per {
	margin-left: 45%;
}
.ml-50per {
	margin-left: 50%;
}
.ml-55per {
	margin-left: 55%;
}
.ml-60per {
	margin-left: 60%;
}
.ml-65per {
	margin-left: 65%;
}
.ml-70per {
	margin-left: 70%;
}
.ml-75per {
	margin-left: 75%;
}
.ml-80per {
	margin-left: 80%;
}
.ml-85per {
	margin-left: 85%;
}
.ml-90per {
	margin-left: 90%;
}
.ml-95per {
	margin-left: 95%;
}
.ml-100per {
	margin-left: 100%;
}
.mr-5per {
	margin-right: 5%;
}
.mr-10per {
	margin-right: 10%;
}
.mr-15per {
	margin-right: 15%;
}
.mr-20per {
	margin-right: 20%;
}
.mr-25per {
	margin-right: 25%;
}
.mr-30per {
	margin-right: 30%;
}
.mr-35per {
	margin-right: 35%;
}
.mr-40per {
	margin-right: 40%;
}
.mr-45per {
	margin-right: 45%;
}
.mr-50per {
	margin-right: 50%;
}
.mr-55per {
	margin-right: 55%;
}
.mr-60per {
	margin-right: 60%;
}
.mr-65per {
	margin-right: 65%;
}
.mr-70per {
	margin-right: 70%;
}
.mr-75per {
	margin-right: 75%;
}
.mr-80per {
	margin-right: 80%;
}
.mr-85per {
	margin-right: 85%;
}
.mr-90per {
	margin-right: 90%;
}
.mr-95per {
	margin-right: 95%;
}
.mr-100per {
	margin-right: 100%;
}
.pc-ml-5per {
	margin-left: 5%;
}
.pc-ml-10per {
	margin-left: 10%;
}
.pc-ml-15per {
	margin-left: 15%;
}
.pc-ml-20per {
	margin-left: 20%;
}
.pc-ml-25per {
	margin-left: 25%;
}
.pc-ml-30per {
	margin-left: 30%;
}
.pc-ml-35per {
	margin-left: 35%;
}
.pc-ml-40per {
	margin-left: 40%;
}
.pc-ml-45per {
	margin-left: 45%;
}
.pc-ml-50per {
	margin-left: 50%;
}
.pc-ml-55per {
	margin-left: 55%;
}
.pc-ml-60per {
	margin-left: 60%;
}
.pc-ml-65per {
	margin-left: 65%;
}
.pc-ml-70per {
	margin-left: 70%;
}
.pc-ml-75per {
	margin-left: 75%;
}
.pc-ml-80per {
	margin-left: 80%;
}
.pc-ml-85per {
	margin-left: 85%;
}
.pc-ml-90per {
	margin-left: 90%;
}
.pc-ml-95per {
	margin-left: 95%;
}
.pc-ml-100per {
	margin-left: 100%;
}
.pc-mr-5per {
	margin-right: 5%;
}
.pc-mr-10per {
	margin-right: 10%;
}
.pc-mr-15per {
	margin-right: 15%;
}
.pc-mr-20per {
	margin-right: 20%;
}
.pc-mr-25per {
	margin-right: 25%;
}
.pc-mr-30per {
	margin-right: 30%;
}
.pc-mr-35per {
	margin-right: 35%;
}
.pc-mr-40per {
	margin-right: 40%;
}
.pc-mr-45per {
	margin-right: 45%;
}
.pc-mr-50per {
	margin-right: 50%;
}
.pc-mr-55per {
	margin-right: 55%;
}
.pc-mr-60per {
	margin-right: 60%;
}
.pc-mr-65per {
	margin-right: 65%;
}
.pc-mr-70per {
	margin-right: 70%;
}
.pc-mr-75per {
	margin-right: 75%;
}
.pc-mr-80per {
	margin-right: 80%;
}
.pc-mr-85per {
	margin-right: 85%;
}
.pc-mr-90per {
	margin-right: 90%;
}
.pc-mr-95per {
	margin-right: 95%;
}
.pc-mr-100per {
	margin-right: 100%;
}
.pc-pl-5per {
	padding-left: 5%;
}
.pc-pl-10per {
	padding-left: 10%;
}
.pc-pl-15per {
	padding-left: 15%;
}
.pc-pl-20per {
	padding-left: 20%;
}
.pc-pl-25per {
	padding-left: 25%;
}
.pc-pl-30per {
	padding-left: 30%;
}
.pc-pl-35per {
	padding-left: 35%;
}
.pc-pl-40per {
	padding-left: 40%;
}
.pc-pl-45per {
	padding-left: 45%;
}
.pc-pl-50per {
	padding-left: 50%;
}
.pc-pl-55per {
	padding-left: 55%;
}
.pc-pl-60per {
	padding-left: 60%;
}
.pc-pl-65per {
	padding-left: 65%;
}
.pc-pl-70per {
	padding-left: 70%;
}
.pc-pl-75per {
	padding-left: 75%;
}
.pc-pl-80per {
	padding-left: 80%;
}
.pc-pl-85per {
	padding-left: 85%;
}
.pc-pl-90per {
	padding-left: 90%;
}
.pc-pl-95per {
	padding-left: 95%;
}
.pc-pl-100per {
	padding-left: 100%;
}
.pc-pr-5per {
	padding-right: 5%;
}
.pc-pr-10per {
	padding-right: 10%;
}
.pc-pr-15per {
	padding-right: 15%;
}
.pc-pr-20per {
	padding-right: 20%;
}
.pc-pr-25per {
	padding-right: 25%;
}
.pc-pr-30per {
	padding-right: 30%;
}
.pc-pr-35per {
	padding-right: 35%;
}
.pc-pr-40per {
	padding-right: 40%;
}
.pc-pr-45per {
	padding-right: 45%;
}
.pc-pr-50per {
	padding-right: 50%;
}
.pc-pr-55per {
	padding-right: 55%;
}
.pc-pr-60per {
	padding-right: 60%;
}
.pc-pr-65per {
	padding-right: 65%;
}
.pc-pr-70per {
	padding-right: 70%;
}
.pc-pr-75per {
	padding-right: 75%;
}
.pc-pr-80per {
	padding-right: 80%;
}
.pc-pr-85per {
	padding-right: 85%;
}
.pc-pr-90per {
	padding-right: 90%;
}
.pc-pr-95per {
	padding-right: 95%;
}
.pc-pr-100per {
	padding-right: 100%;
}
.pc-w5per {
	width: 5%;
}
.pc-w10per {
	width: 10%;
}
.pc-w15per {
	width: 15%;
}
.pc-w20per {
	width: 20%;
}
.pc-w25per {
	width: 25%;
}
.pc-w30per {
	width: 30%;
}
.pc-w35per {
	width: 35%;
}
.pc-w40per {
	width: 40%;
}
.pc-w45per {
	width: 45%;
}
.pc-w50per {
	width: 50%;
}
.pc-w55per {
	width: 55%;
}
.pc-w60per {
	width: 60%;
}
.pc-w65per {
	width: 65%;
}
.pc-w70per {
	width: 70%;
}
.pc-w75per {
	width: 75%;
}
.pc-w80per {
	width: 80%;
}
.pc-w85per {
	width: 85%;
}
.pc-w90per {
	width: 90%;
}
.pc-w95per {
	width: 95%;
}
.pc-w100per {
	width: 100%;
}
.pc-w20per-sp-w30per {
	width: 20%;
}
.pc-w80per-sp-w70per {
	width: 80%;
}
.pc-w30per-sp-w40per {
	width: 30%;
}
.pc-w70per-sp-w60per {
	width: 70%;
}
/* テキストのスタイルモジュール
------------------------------------------------------------*/
.font110per, .font120per, .font130per, .font140per, .font150per, .font160per, .font170per, .font180per, .font190per, .font200per {
}
.font110per {
	font-size: 110%;
}
.font120per {
	font-size: 120%;
}
.font130per {
	font-size: 130%;
}
.font140per {
	font-size: 140%;
}
.font150per {
	font-size: 150%;
}
.font160per {
	font-size: 160%;
}
.font170per {
	font-size: 170%;
}
.font180per {
	font-size: 180%;
}
.font190per {
	font-size: 190%;
}
.font200per {
	font-size: 200%;
}
.post .color-red, .post .color-red * {
	color: #F00 !important;
}
.post .color-orange, .post .color-orange * {
	color: #F60 !important;
}
.post .color-blue, .post .color-blue * {
	color: #00F !important;
}
.post .color-white, .post .color-white * {
	color: #FFF !important;
}
.post .color-green, .post .color-green * {
	color: #060 !important;
}
/* WordPress標準機能のGallery機能のスタイル定義
------------------------------------------------------------*/
.my-gallery .gallery img {
	border: 1px solid #FFF !important;
	width: 95%;
}
.my-gallery .gallery .gallery-item {
	margin-top: 0px !important;
}
.pc-hidden {
	display: none !important;
}

@media only screen and (max-width: 648px) {
/*margin*/
.sp-mt-5 {
	margin-top: 5px !important;
}
.sp-mt-10 {
	margin-top: 10px !important;
}
.sp-mt-15 {
	margin-top: 15px !important;
}
.sp-mt-20 {
	margin-top: 20px !important;
}
.sp-mt-25 {
	margin-top: 25px !important;
}
.sp-mt-30 {
	margin-top: 30px !important;
}
.sp-mt-35 {
	margin-top: 35px !important;
}
.sp-mt-40 {
	margin-top: 40px !important;
}
.sp-mt-45 {
	margin-top: 45px !important;
}
.sp-mt-50 {
	margin-top: 50px !important;
}
.sp-mr-5 {
	margin-right: 5px !important;
}
.sp-mr-10 {
	margin-right: 10px !important;
}
.sp-mr-15 {
	margin-right: 15px !important;
}
.sp-mr-20 {
	margin-right: 20px !important;
}
.sp-mr-25 {
	margin-right: 25px !important;
}
.sp-mr-30 {
	margin-right: 30px !important;
}
.sp-mr-35 {
	margin-right: 35px !important;
}
.sp-mr-40 {
	margin-right: 40px !important;
}
.sp-mr-45 {
	margin-right: 45px !important;
}
.sp-mr-50 {
	margin-right: 50px !important;
}
.sp-ml-5 {
	margin-left: 5px !important;
}
.sp-ml-10 {
	margin-left: 10px !important;
}
.sp-ml-15 {
	margin-left: 15px !important;
}
.sp-ml-20 {
	margin-left: 20px !important;
}
.sp-ml-25 {
	margin-left: 25px !important;
}
.sp-ml-30 {
	margin-left: 30px !important;
}
.sp-ml-35 {
	margin-left: 35px !important;
}
.sp-ml-40 {
	margin-left: 40px !important;
}
.sp-ml-45 {
	margin-left: 45px !important;
}
.sp-ml-50 {
	margin-left: 50px !important;
}
.sp-mb-5 {
	margin-bottom: 5px !important;
}
.sp-mb-10 {
	margin-bottom: 10px !important;
}
.sp-mb-15 {
	margin-bottom: 15px !important;
}
.sp-mb-20 {
	margin-bottom: 20px !important;
}
.sp-mb-25 {
	margin-bottom: 25px !important;
}
.sp-mb-30 {
	margin-bottom: 30px !important;
}
.sp-mb-35 {
	margin-bottom: 35px !important;
}
.sp-mb-40 {
	margin-bottom: 40px !important;
}
.sp-mb-45 {
	margin-bottom: 45px !important;
}
.sp-mb-50 {
	margin-bottom: 50px !important;
}
/*padding*/
.sp-pt-5 {
	padding-top: 5px !important;
}
.sp-pt-10 {
	padding-top: 10px !important;
}
.sp-pt-15 {
	padding-top: 15px !important;
}
.sp-pt-20 {
	padding-top: 20px !important;
}
.sp-pt-25 {
	padding-top: 25px !important;
}
.sp-pt-30 {
	padding-top: 30px !important;
}
.sp-pt-35 {
	padding-top: 35px !important;
}
.sp-pt-40 {
	padding-top: 40px !important;
}
.sp-pt-45 {
	padding-top: 45px !important;
}
.sp-pt-50 {
	padding-top: 50px !important;
}
.sp-pr-5 {
	padding-right: 5px !important;
}
.sp-pr-10 {
	padding-right: 10px !important;
}
.sp-pr-15 {
	padding-right: 15px !important;
}
.sp-pr-20 {
	padding-right: 20px !important;
}
.sp-pr-25 {
	padding-right: 25px !important;
}
.sp-pr-30 {
	padding-right: 30px !important;
}
.sp-pr-35 {
	padding-right: 35px !important;
}
.sp-pr-40 {
	padding-right: 40px !important;
}
.sp-pr-45 {
	padding-right: 45px !important;
}
.sp-pr-50 {
	padding-right: 50px !important;
}
.sp-pl-5 {
	padding-left: 5px !important;
}
.sp-pl-10 {
	padding-left: 10px !important;
}
.sp-pl-15 {
	padding-left: 15px !important;
}
.sp-pl-20 {
	padding-left: 20px !important;
}
.sp-pl-25 {
	padding-left: 25px !important;
}
.sp-pl-30 {
	padding-left: 30px !important;
}
.sp-pl-35 {
	padding-left: 35px !important;
}
.sp-pl-40 {
	padding-left: 40px !important;
}
.sp-pl-45 {
	padding-left: 45px !important;
}
.sp-pl-50 {
	padding-left: 50px !important;
}
.sp-pb-5 {
	padding-bottom: 5px !important;
}
.sp-pb-10 {
	padding-bottom: 10px !important;
}
.sp-pb-15 {
	padding-bottom: 15px !important;
}
.sp-pb-20 {
	padding-bottom: 20px !important;
}
.sp-pb-25 {
	padding-bottom: 25px !important;
}
.sp-pb-30 {
	padding-bottom: 30px !important;
}
.sp-pb-35 {
	padding-bottom: 35px !important;
}
.sp-pb-40 {
	padding-bottom: 40px !important;
}
.sp-pb-45 {
	padding-bottom: 45px !important;
}
.sp-pb-50 {
	padding-bottom: 50px !important;
}
.pc-w20per-sp-w30per {
	width: 30%;
}
.pc-w80per-sp-w70per {
	width: 70%;
}
.pc-w30per-sp-w40per {
	width: 40%;
}
.pc-w70per-sp-w60per {
	width: 60%;
}
.left20, .left20per {
	float: none;
	width: 100%;
}
.left25, .left25per {
	float: none;
	width: 100%;
}
.left30, .left30per {
	float: none;
	width: 100%;
}
.left33, .left33per {
	float: none;
	width: 100%;
}
.left35, .left35per {
	float: none;
	width: 100%;
}
.left40, .left40per {
	float: none;
	width: 100%;
}
.left45, .left45per {
	float: none;
	width: 100%;
}
.left50, .left50per {
	float: none;
	width: 100%;
}
.left55, .left55per {
	float: none;
	width: 100%;
}
.left60, .left60per {
	float: none;
	width: 100%;
}
.left65, .left65per {
	float: none;
	width: 100%;
}
.left70, .left70per {
	float: none;
	width: 100%;
}
.left75, .left75per {
	float: none;
	width: 100%;
}
.left80, .left80per {
	float: none;
	width: 100%;
}
.right20, .right20per {
	float: none;
	width: 100%;
}
.right25, .right25per {
	float: none;
	width: 100%;
}
.right30, .right30per {
	float: none;
	width: 100%;
}
.right35, .right35per {
	float: none;
	width: 100%;
}
.right40, .right40per {
	float: none;
	width: 100%;
}
.right45, .right45per {
	float: none;
	width: 100%;
}
.right50, .right50per {
	float: none;
	width: 100%;
}
.right55, .right55per {
	float: none;
	width: 100%;
}
.right60, .right60per {
	float: none;
	width: 100%;
}
.right65, .right65per {
	float: none;
	width: 100%;
}
.right70, .right70per {
	float: none;
	width: 100%;
}
.right75, .right75per {
	float: none;
	width: 100%;
}
.right80, .right80per {
	float: none;
	width: 100%;
}
.pc-ml-5per {
	margin-left: 5%;
}
.pc-ml-10per {
	margin-left: 10%;
}
.pc-ml-15per {
	margin-left: 15%;
}
.pc-ml-20per {
	margin-left: 20%;
}
.pc-ml-25per {
	margin-left: 25%;
}
.pc-ml-30per {
	margin-left: 30%;
}
.pc-ml-35per {
	margin-left: 35%;
}
.pc-ml-40per {
	margin-left: 40%;
}
.pc-ml-45per {
	margin-left: 45%;
}
.pc-ml-50per {
	margin-left: 50%;
}
.pc-ml-55per {
	margin-left: 55%;
}
.pc-ml-60per {
	margin-left: 60%;
}
.pc-ml-65per {
	margin-left: 65%;
}
.pc-ml-70per {
	margin-left: 70%;
}
.pc-ml-75per {
	margin-left: 75%;
}
.pc-ml-80per {
	margin-left: 80%;
}
.pc-ml-85per {
	margin-left: 85%;
}
.pc-ml-90per {
	margin-left: 90%;
}
.pc-ml-95per {
	margin-left: 95%;
}
.pc-ml-100per {
	margin-left: 100%;
}
.pc-mr-5per {
	margin-right: 5%;
}
.pc-mr-10per {
	margin-right: 10%;
}
.pc-mr-15per {
	margin-right: 15%;
}
.pc-mr-20per {
	margin-right: 20%;
}
.pc-mr-25per {
	margin-right: 25%;
}
.pc-mr-30per {
	margin-right: 30%;
}
.pc-mr-35per {
	margin-right: 35%;
}
.pc-mr-40per {
	margin-right: 40%;
}
.pc-mr-45per {
	margin-right: 45%;
}
.pc-mr-50per {
	margin-right: 50%;
}
.pc-mr-55per {
	margin-right: 55%;
}
.pc-mr-60per {
	margin-right: 60%;
}
.pc-mr-65per {
	margin-right: 65%;
}
.pc-mr-70per {
	margin-right: 70%;
}
.pc-mr-75per {
	margin-right: 75%;
}
.pc-mr-80per {
	margin-right: 80%;
}
.pc-mr-85per {
	margin-right: 85%;
}
.pc-mr-90per {
	margin-right: 90%;
}
.pc-mr-95per {
	margin-right: 95%;
}
.pc-mr-100per {
	margin-right: 100%;
}
.pc-pl-5per {
	padding-left: 5%;
}
.pc-pl-10per {
	padding-left: 10%;
}
.pc-pl-15per {
	padding-left: 15%;
}
.pc-pl-20per {
	padding-left: 20%;
}
.pc-pl-25per {
	padding-left: 25%;
}
.pc-pl-30per {
	padding-left: 30%;
}
.pc-pl-35per {
	padding-left: 35%;
}
.pc-pl-40per {
	padding-left: 40%;
}
.pc-pl-45per {
	padding-left: 45%;
}
.pc-pl-50per {
	padding-left: 50%;
}
.pc-pl-55per {
	padding-left: 55%;
}
.pc-pl-60per {
	padding-left: 60%;
}
.pc-pl-65per {
	padding-left: 65%;
}
.pc-pl-70per {
	padding-left: 70%;
}
.pc-pl-75per {
	padding-left: 75%;
}
.pc-pl-80per {
	padding-left: 80%;
}
.pc-pl-85per {
	padding-left: 85%;
}
.pc-pl-90per {
	padding-left: 90%;
}
.pc-pl-95per {
	padding-left: 95%;
}
.pc-pl-100per {
	padding-left: 100%;
}
.pc-pr-5per {
	padding-right: 5%;
}
.pc-pr-10per {
	padding-right: 10%;
}
.pc-pr-15per {
	padding-right: 15%;
}
.pc-pr-20per {
	padding-right: 20%;
}
.pc-pr-25per {
	padding-right: 25%;
}
.pc-pr-30per {
	padding-right: 30%;
}
.pc-pr-35per {
	padding-right: 35%;
}
.pc-pr-40per {
	padding-right: 40%;
}
.pc-pr-45per {
	padding-right: 45%;
}
.pc-pr-50per {
	padding-right: 50%;
}
.pc-pr-55per {
	padding-right: 55%;
}
.pc-pr-60per {
	padding-right: 60%;
}
.pc-pr-65per {
	padding-right: 65%;
}
.pc-pr-70per {
	padding-right: 70%;
}
.pc-pr-75per {
	padding-right: 75%;
}
.pc-pr-80per {
	padding-right: 80%;
}
.pc-pr-85per {
	padding-right: 85%;
}
.pc-pr-90per {
	padding-right: 90%;
}
.pc-pr-95per {
	padding-right: 95%;
}
.pc-pr-100per {
	padding-right: 100%;
}
.pc-w5per {
	width: 5%;
}
.pc-w10per {
	width: 10%;
}
.pc-w15per {
	width: 15%;
}
.pc-w20per {
	width: 20%;
}
.pc-w25per {
	width: 25%;
}
.pc-w30per {
	width: 30%;
}
.pc-w35per {
	width: 35%;
}
.pc-w40per {
	width: 40%;
}
.pc-w45per {
	width: 45%;
}
.pc-w50per {
	width: 50%;
}
.pc-w55per {
	width: 55%;
}
.pc-w60per {
	width: 60%;
}
.pc-w65per {
	width: 65%;
}
.pc-w70per {
	width: 70%;
}
.pc-w75per {
	width: 75%;
}
.pc-w80per {
	width: 80%;
}
.pc-w85per {
	width: 85%;
}
.pc-w90per {
	width: 90%;
}
.pc-w95per {
	width: 95%;
}
.pc-w100per {
	width: 100%;
}
.dl-dashed dt, .dl-dashed dd {
	float: none;
	width: 100%;
}
.post .ul-rows4 li, .post .ul-rows5 li {
	width: 100%;
	float: none;
}
.post .ul-rows4 img, .post .ul-rows5 img {
	width: 100%;
}
.my-gallery .gallery .gallery-item {
	float: none !important;
	width: 100% !important;
	text-align: center !important;
}
.my-gallery .gallery .gallery-item img {
	width: 300px;
}
.my-gallery2 .gallery .gallery-item {
	float: none !important;
	width: 100% !important;
	text-align: center !important;
}
.my-gallery .gallery .gallery-item img {
	width: 300px;
}
.img-wrapper-w80per img {
	width: 100%;
	margin-left: inherit;
	margin-right: inherit;
}
.sp-left {
	text-align: left;
}
.sp-center {
	text-align: center;
}
.sp-right {
	text-align: right;
}
.post .sp-break {
	display: block;
}
.pc-hidden {
	display: inline-block!important;
}
.sp-hidden {
	display: none !important;
}
}
.my-gallery2 .gallery img {
	border: none !important;
}
.my-gallery2 .gallery .gallery-icon {
	padding: 5px;
	padding-bottom: 0px;
	background-color: #FFF;
	border: 1px solid #CCC !important;
	margin: 3px;
}
.my-gallery .gallery .gallery-item {
	margin-top: 0px !important;
}
/* 設定タグの内側のIMGタグを縮小 OR　IMGタグに設定された場合に縮小して中寄せ
-------------------------------------------------------------------------------*/
.img-100per, .img-95per, .img-90per, .img-85per, .img-80per {
	text-align: center;
	height: auto;
}
.img-80per img {
	width: 80% !important;
}
.img-85per img {
	width: 85% !important;
}
.img-90per img {
	width: 90% !important;
}
.img-95per img {
	width: 95% !important;
}
.img-100per img {
	width: 100% !important;
}
img.img-100per, img.img-95per, img.img-90per, img.img-85per, img.img-80per {
	margin-left: auto;
	margin-right: auto;
}
img.img-80per {
	width: 80% !important;
}
img.img-85per {
	width: 85% !important;
}
img.img-90per {
	width: 90% !important;
}
img.img-95per {
	width: 95% !important;
}
img.img-100per {
	width: 100% !important;
}
/* PCでギャラリー表示 〇列　StyleID20140624_03
------------------------------------------------------------*/
.post .ul-rows4 li, .post .ul-rows5 li {
	clear: none;
	float: left;
	width: 25%;
	text-align: center;
	background: none;
	padding: 0px;
	margin: 0px;
	border: none;
}
.post .ul-rows4 img, .post .ul-rows5 img {
	width: 98%;
}
.post .ul-rows4 li {
	width: 25%;
}
.post .ul-rows5 li {
	width: 20%;
}
/* IE7対策 */
*:first-child+html .post .ul-rows4 li {
	width: 24%;
}
*:first-child+html .post .ul-rows4 li {
	width: 19%;
}
/* StyleID20140624_01 */
/* 標準的なOL LI タグ
-------------------------------------------------------------------------------*/
ol.ol-nrl {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}
ol.ol-nrl li {
	border: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
}
/* DL DT スタイルで線なしテーブル
-------------------------------------------------------------------------------*/	
dl.dl-style01 {
}
dl.dl-style01 dt {
	width: 15%;
}
dl.dl-style01 dd {
	width: 85%;
}
dl.dl-style01 dt, dl.dl-style01 dd {
	float: left;
	margin-bottom: 10px;
}
/* サイドメニューで点線のリストスタイル
--------------------------------------------------*/
ul.side-ul-dashed li {
	border-bottom: 1px dashed #BAB48D;
	margin-left: 0px;
	margin-right: 0px;
}
/* 下線なしリストスタイル
--------------------------------------------------*/
.post ul.ul-normal {
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
}
.post ul.ul-normal li {
	margin: 0px;
	padding: 0px;
	border-bottom: none;
}
.post ul.ul-normal li {
	padding-left: 20px;
	margin-bottom: 10px;
}
/* 通常のセンター寄せ
------------------------------------------------------------*/
.post .center {
	text-align: center;
}
.post .left {
	text-align: left;
}
.post .right {
	text-align: right;
}
/* StyleID20140624_02 ULスタイル
------------------------------------------------------------*/
.post .ul-dashed li {
	border-bottom: 1px dashed #CCC;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	position: relative !important;
}
.post .ul-dashed li ._price {
	position: absolute;
	right: 10px;
	color: #F00;
}
/* ULスタイルで右寄せテキストの追加
------------------------------------------------------------*/
.post .ul-dashed li {
	position: relative;
}
.post ul li .li-right, .post ol li .li-right {
	position: absolute;
	right: 0px;
}
/* 一般的なカラー追加クラス
------------------------------------------------------------*/
.post .color-red {
	color: red;
}
.hissu {
	color: red;
}
.post strong {
	font-weight: bold;
}
#sidebar strong {
	font-weight: bold;
}
.bold {
	font-weight: bold;
}

/* 630px以下 */
@media screen and (max-width: 630px) {
.post .ul-dotted ._price {
	position: inherit;
	right: inherit;
	display: block;
	text-align: right;
}
}
/* ----------------------------------------------------------------- */
/*   table セル 均等                                                 */
/* ----------------------------------------------------------------- */
.tbl-fixed {
	table-layout: fixed;
}
.tbl-fixed th, .tbl-fixed td {
	width: 100%;
}
/* ----------------------------------------------------------------- */
/*   table align                                                     */
/* ----------------------------------------------------------------- */

/* TH TD align
------------------------------------------------------------*/
.tbl-left th, .tbl-left td {
	text-align: left;
}
.tbl-center th, .tbl-center td {
	text-align: center;
}
.tbl-right th, .tbl-right td {
	text-align: right;
}
/* TH align
------------------------------------------------------------*/
.tbl-th-left th {
	text-align: left;
}
.tbl-th-center th {
	text-align: center;
}
.tbl-th-right th {
	text-align: right;
}
/* TD align
------------------------------------------------------------*/
.tbl-td-left td {
	text-align: left;
}
.tbl-td-center td {
	text-align: center;
}
.tbl-td-right td {
	text-align: right;
}






/* ここから追加用のスタイルです。
------------------------------------------------------------*/
input[type="text"], input[type="email"], input[type="tel"], textarea{
	width:96%;
	max-width:450px;
}
textarea{
	width:96%;
	max-width:600px;
	font-size:120%;
}
.strong01{
	color:#a90000;
}


.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.gallery-item img{width:90% !important;}








@charset "utf-8";

/* 通常のスタイルはここに
------------------------------------------------------------*/
.recruit_table{
	width:96%;
}
.recruit_btn a{
	width:220px;
	margin:0 auto;
	color:#fff;
	background-color : #000000;
	background : linear-gradient(#686868, #404040, #000000);
	border:solid 1px #000;
	text-align:center;
	display:block;
	padding:15px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tel_info{
	font-size:140%;
	color:#A31717;
	margin-left:20px;
}
.category_thumbnail_img_area{
	margin:0 auto;
	width:100%;
	text-align:center;
}
.category_thumbnail_img_area .left33 img{
	max-width:96%;
	height:auto;
}
#cboxCurrent{
	display: none !important;
}
.post h4{
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom:1em
}
.post h3 , ul.post h3{
	position: relative;
	padding-bottom: .5em;
	padding-left:.5em;
	border-bottom: 2px solid #ccc;
}
.post h3::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #666;
}




/* MainMenu　for PC
------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
}

/* MainMenu iPad size 以下
------------------------------------------------------------*/
@media only screen and (max-width:1024px) {
}

/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
}

/* width 648px 以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px) {
}

/* メインメニュー + 検索ボックス iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px) {
}

