/*
Theme: speme
Theme URI: 
Author: SPEME DESIGN
Template: oyster
*/
/* ----------------------------------------------------------------------
基本設定
---------------------------------------------------------------------- */
.center {
    text-align:center;    
}

/*タイトルとdividerの間隔狭める*/
.bg_title {
	padding-bottom: 5px;
}

/*タイトルの文字間隔*/
.bg_title .headInModule {
    letter-spacing:4px;
}

/* リストマークなし */
ul.list_none li:before{
    content: none
    }
    
.date {
    padding-right:1em;
}
/* ----------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------- */
/*ヘッダーの余白調整*/
.header_menu_table {
    height:75px !important;
}
.logo_sect {
    padding-top:0 !important;
    padding-bottom:0 !important;
}
/* スローガン（テーマ設定のGENERALで設定） */
.slogan {
    text-align:left;
}
.slogan h1{
    font-size:100%;
    margin-bottom:0;
}
.slogan .tel {
    font-size:26px;
    font-weight:600;
}
.slogan i.icon-phone {
/* 電話アイコン */
    font-size:22px;
    padding-right:7px;
}
/* 検索ボタンを削除 */
.search_toggler {
    display:none;
}

/* ----------------------------------------------------------------------
フッター
---------------------------------------------------------------------- */
.footer_wrapper{
    text-align:center;
}
footer .copyright {
    font-size:14px;
    float:none;
}
footer .copyright a {
    color:inherit;
}
.socials_wrapper {
    float:none;    
}
/* ----------------------------------------------------------------------
HOME
---------------------------------------------------------------------- */
/* ヘッダーとスライドの隙間をなくす */
.main_header {
    min-height: initial;    
}
.home .site_wrapper .main_wrapper {
    margin-top:-45px;
    }
.home .module_title {
    margin-top:50px;
}
.home .access ul {
    padding:.5em;
    margin-top:1.5em;
}
.home .access ul li {
    padding-left:.7em;
}
.home .access ul li h4{
    margin-bottom:0;
    line-height:inherit;
}
.home .access .contact-info {
    background-color: #f2f2f2;
}
.home .access .info-title {
    color: #fff;
    background-color: #222;
    border: solid 1px #ccc;
    padding: 1px 10px;
    vertical-align: middle;
}    
.home .access .tel, .home .access .fax {
    font-size:22px;
    font-weight:600;
    padding-left:10px;
    vertical-align: middle;
}
.home .access .tel {
    padding-right:15px;
}

/* INFORMATION */
.home table#info {
    border:none;
    margin-bottom:0;
}
.home table#info th {
    font-weight:600;
}
.home table#info th,.home table#info td {
    border:none;
}
/* ----------------------------------------------------------------------
PRODUCTS
---------------------------------------------------------------------- */
.page-id-1196 .main_wrapper {
    background-color: #f2f2f2;
}
/* フィルター */
.module_portfolio ul.optionset{
    text-align:center;
    margin-top:0;
    line-height: 40px;
}
.module_portfolio ul.optionset li a{
	font-size: 20px;
    border: solid 1px #ccc;
    padding: 4px 15px;
}
.module_portfolio ul.optionset li a:hover {
    color:#fff;
    background-color:#ccc;   
}
.module_portfolio ul.optionset li.selected a {
    color:#fff;
    background-color:#222;
}

/* 製品 */
.module_portfolio .portfolio_content {
	text-align: center;
	vertical-align: middle;
}

.module_portfolio .portfolio_content h6 a{
	font-size: 20px;
}

/* ----------------------------------------------------------------------
PRODUCTSの個別ページ
---------------------------------------------------------------------- */
h3.brwsr1 {
	margin: 10px 0;
}
/*productsのテーブル設定*/
table.brwsr2 th {
	white-space : nowrap;
	background-color:#eee;
	text-align:center;
}

/*FBアイコン等を非表示*/
.blog_post-footer,.featured_item_content {
    display:none;
}
.featured_items_title h6 {
    border-bottom:none;
    text-align:center;
}
/*画像フォーカス時のアイアイコンを非表示*/
.icon-eye:before {
    content: initial;
}
/* ----------------------------------------------------------------------
プライバシーポリシー
---------------------------------------------------------------------- */
#privacy p {
    padding-left:1em;
}
#privacy ul ,#privacy ol {
    padding-left:2em;
} 
/* ----------------------------------------------------------------------
お問い合わせフォーム
---------------------------------------------------------------------- */
/* 個人情報保護方針*/
.wpcf7 #frame_block {
    background: rgba(232,202,183,0.15);
    height: 250px;
    border: #eee solid 1px;
    overflow: auto;
    padding: 10px;
    margin: 20px auto;
    }
.contact #privacy {
    font-size:13px;
    margin:.7em;
}
.contact #privacy h3 {
    font-size:100%;
    margin:.5em 0;
}
.contact #privacy p {
    font-size:100%;
}
.contact p.note {
    font-size:13px;
}
/* コンタクトフォーム */
div.wpcf7 {
    background:initial;
    border: none;
    } 
div.wpcf7 input {
    width:auto !important;
    }
div.wpcf7 textarea {
    height:auto;
    }
table.contact_form {
    margin:60px auto;
    border:none;
    display: block;
}
table.contact_form .wpcf7c-conf {
    background-color: #eee;
    }
table.contact_form th {
    text-align:left;
    vertical-align: top;
    padding:10px 0 10px 30px;
    border:none;
    background:initial;
    width:10em;
    font-size:14px;
    }
table.contact_form td {
    border:none;
    }
/* 入力エリア */    
div.wpcf7 input,
div.wpcf7  textarea {
    box-sizing: border-box;
    line-height: 1.2;
    padding: 8px;
    border : solid 1px #ccc !important;
    background-color:#fff;
}
/* 入力エリアフォーカス時に内側へ影 */
div.wpcf7 input:focus,
div.wpcf7 textarea:focus {
    /*-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);*/
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2)  inset;
}

table.contact_form .requied {
    color: #F00;
    }
table.contact_form .resume input {
    border:none;    
    }
/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    /*-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; */}
.wpcf7 .wpcf7-validation-errors {
    color: #B94A48; 
    background-color: #F2DEDE; 
    border: 1px solid #EED3D7;
    display:block;
    text-align: center;
    font-size:13px;
    }
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}
/* 必須赤色表示 */
.wpcf7 .required { color: #f00;}
/* 任意緑色表示 */
.wpcf7 .any { color: #080;}
/* ボタン共通 */
div.wpcf7 input[type="submit"],
div.wpcf7 input[type="button"] {
    color: #fff;
    max-width: 90%;
    border-radius: 3px;
    line-height: 2.2;
    border:none;
    height:auto;
    display:inline;
    margin-top:15px;
    }
/* 確認・送信ボタン */
div.wpcf7 input[type="submit"] {
    background: rgba(219,168,175,1);
    min-width:200px;
    }
div.wpcf7 input[type="submit"]:hover {
	background: rgba(219,168,175,0.7);
    }
/* 戻るボタン */
div.wpcf7 input[type="button"] {
    background: rgba(153,153,153,1);
    padding-left:30px;
    padding-right:30px;
    width:auto;
    }
div.wpcf7 input[type="button"]:hover {
	opacity: 0.7;
	}
/* ----------------------------------------------------------------------
COMPANY
---------------------------------------------------------------------- */
table#company {
    max-width:980px;
    margin:0 auto;
}
table#company th {
    background-color:#eee;
    white-space:nowrap;
}


/*** PC用 **************************************************/
@media only screen and (min-width: 1200px) {
div.wpcf7 {
    width: 75%;
    margin:auto;
}

}

/*** モバイル用 ********************************************/
@media only screen and (max-width: 760px) {
.main_wrapper {
    width: auto;
    padding: 0 15px;
    text-align: left;
}
.module_title {
    padding-top:25px !important;
    padding-bottom:20px !important;
}
/* ----------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------- */
/* メニューボタンの位置調整 */
.menu_toggler {
    right:10px;
}

/* ヘッダーとスライドの隙間をなくす */
.header_menu_table {
    height:50px !important;
    }
/* ロゴ位置調整 */    
.logo_sect {
    padding-top:6px !important;
    padding-bottom:4px !important;
    padding-left:10px !important;
}

/* ----------------------------------------------------------------------
HOME
---------------------------------------------------------------------- */
.home .module_title,.home .module_divider {
    padding-bottom:0px !important;
}
.home .module_title {
    margin-top:0;
    padding-top:0 !important;
}
.home table#info th,.home table#info td {
    width:100%;
    display: block;
    border:none;
    padding:0;
}
.home table#info td {
    padding: 5px 0 15px 5px;
    }
.home .access .tel-info, .home .access .fax-info {
    display:block;
}
/* ----------------------------------------------------------------------
PRODUCTS
---------------------------------------------------------------------- */
.page-id-1196 .main_wrapper {
    background-color: #fff;
}
/* ----------------------------------------------------------------------
お問い合わせフォーム
---------------------------------------------------------------------- */
div.wpcf7 form {
    /*margin:2em 0 0 0;*/
    }
div.wpcf7 textarea, div.wpcf7 input[type="text"], div.wpcf7 input[type="email"]  {
    width:100% !important;
    height:auto;
    margin:0;
    }
.wpcf7 .wpcf7-validation-errors {
    width:auto;
    } 
.wpcf7 #frame_block {
    margin:20px 0;
    padding: 0;
    width:100%;
}
table.contact_form {
    margin:30px 0;
    width:100%;
}
/*thとtdをブロック化して幅100％にして、縦積み*/
/*table.type1 th, table.type1 td,*/
table.contact_form th, table.contact_form td {
    width: 100%;
    display: block;
    font-size:14px;
    }
/*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
table.contact_form th {
    padding-left:0;
    padding-bottom: 0;
    padding-top:15px;
    }
table.contact_form td {
    padding:0;
    }
.contact p.note {
    font-size:13px;
}
/* ----------------------------------------------------------------------
COMPANY
---------------------------------------------------------------------- */
table#company {
    border:none;
}
/*thとtdをブロック化して幅100％にして、縦積み*/
table#company th, table#company td {
    width: 100%;
    display: block;
    border:none;
    padding:0;
}
table#company th {
    background-color:#fff;
    font-weight:600;
    border-bottom:solid 1px #f2f2f2;
}
table#company td {
    padding: 8px 0 15px;
    font-size:14px;
}
}

@media only screen and (max-width: 420px){

}