@charset "utf-8";
/*
Template: 
Theme Name: 
*/


/*----------------------------------------------------
	画像ポップアップ
----------------------------------------------------*/

/* クリックで拡大するポップアップ */
.popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-overlay img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
  cursor: zoom-out;
}


/*----------------------------------------------------
	ボックス
----------------------------------------------------*/

.box {
    width: 730px;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin-top: 20px;     
    padding: 0 0 20px 0;
}

.box-border-top {
    width: 730px;
    height: auto;
    overflow: hidden;
    border-top: #ccc 1px dotted;
    background: #fff;   
    padding: 20px 0 0 0;
}


/* -----------------------------------------------------------
	ボーダー
----------------------------------------------------------- */

.border_bottom {
    border-bottom: #ccc 1px dotted;
}

.border_bottom_solid {
    border-bottom: #ccc 1px solid;
}


/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */

th {
    width: 185px;
    border-collapse: collapse;
    border: 1px solid #ccc;
    text-align: left;
    padding: 15px;
    background-color: #f8f8f8;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    vertical-align: top;
}

td {
    width: auto;
    border-collapse: collapse;
    border: 1px solid #ccc;
    padding: 15px;
    font-size: 14px;
    color: #333;
    background: #fff;
}

th.product {
    width: 75px;
    border: none;
    text-align: left;
    padding: 5px 0 5px 0;
    background-color: #fff;
}

td.product {
      width: auto;
      border: none;
      text-align: left;
      padding: 5px 0 5px 0;
      background-color: #fff;
}


/* -----------------------------------------------------------
	詳細を見るボタン
----------------------------------------------------------- */

.details {
    text-align: right;
}

.details a {
    font-size: 12px;
    background: #e60214;
    margin: 0;
    padding: 5px 20px 5px 20px;
    line-height: 32px;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.details a:hover {
    font-size: 12px;
    background: #b9000f;
    padding: 5px 20px 5px 20px;
    line-height: 32px;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


/* -----------------------------------------------------------
	header
		ヘッダー
----------------------------------------------------------- */

header {
    min-width: 980px;
    background: #fff;
}

#header-box {
    width: 980px;
    height: 105px;
    margin: 0 auto;
}

.logo {
    clear: both;
    float: left;
    height: 79px;
    width: 400px;
    margin: 5px 0 0 0;
}

#header_desc {
    height: 30px;
}

#header_desc_area {
    width: 980px;
    margin: 0 auto;
}

#header_desc_area h1 {
    font-size: 12px;
    color: #000;
    font-weight: normal;
    text-align: left;
    padding: 7px 0 0 0;
}

.mail_header {
    width: 500px;
    height: 79px;
    display: block;
    float: right;
    margin-top: 10px;
}

.mail_header a:hover {
    opacity: 0.7;
}


/* -----------------------------------------------------------
	nav
		ナビ
----------------------------------------------------------- */

header nav {
    background: url(https://www.ooe-ss.com/wp-content/uploads/2015/04/nav_bg.png);
    background-repeat: repeat-x;
    height: 50px;
}

nav .menu-header-navi-container {
    clear: both;
    width: 980px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
}

ul#navi, ul#navi li, ul#navi li a{
    display:block;
    zoom:1;
    height:50px;
}

ul#navi li{
    float:left; /*横並びに*/
    width:196px;
}

ul#navi li a{
    text-indent: 100%; /*テキストを見えなくする*/
    white-space: nowrap;
    overflow: hidden;
}

/*各画像セット*/
ul#navi li#menu1 a {background: url(https://www.ooe-ss.com/wp-content/uploads/2015/04/menu1.png);}
ul#navi li#menu2 a {background: url(https://www.ooe-ss.com/wp-content/uploads/2015/04/menu2.png);}
ul#navi li#menu3 a {background: url(https://www.ooe-ss.com/wp-content/uploads/2015/04/menu3.png);}
ul#navi li#menu4 a {background: url(https://www.ooe-ss.com/wp-content/uploads/2015/04/menu4.png);}
ul#navi li#menu5 a {background: url(https://www.ooe-ss.com/wp-content/uploads/2015/04/menu5.png);}

/*マウスオーバー時*/
ul#navi li#menu1 a:hover,
ul#navi li#menu2 a:hover,
ul#navi li#menu3 a:hover,
ul#navi li#menu4 a:hover,
ul#navi li#menu5 a:hover {
    background-position:0 -50px; /*真ん中の画像を出す*/
}

/*カレント表示*/
ul#navi li#menu1.current a,
ul#navi li#menu2.current a,
ul#navi li#menu3.current a,
ul#navi li#menu4.current a,
ul#navi li#menu5.current a {
    background-position:0 -100px; /*一番下の画像を出す*/
}


/* -----------------------------------------------------------
	#sub
		sidebar-nav
----------------------------------------------------------- */

nav.sidebar_navi_area {
    background: none;
    height: 680px;
}

ul#side_navi, ul#side_navi li, ul#side_navi li a{
    display:block;
    margin-bottom:10px;
    zoom:1;
    height:70px;
}

ul#side_navi li{
    width:220px;
}

ul#side_navi li a{
    text-indent: 100%; /*テキストを見えなくする*/
    white-space: nowrap;
    overflow: hidden;
}

/*各画像セット*/
ul#side_navi li#menu1 a{background: url(https://www.ooe-ss.com/wp-content/uploads/2015/04/sub_menu1.png);}
ul#side_navi li#menu2 a{background: url(https://www.ooe-ss.com/wp-content/uploads/2015/04/sub_menu2.png);}
ul#side_navi li#menu3 a{background: url(https://www.ooe-ss.com/wp-content/uploads/2015/04/sub_menu3.png);}
ul#side_navi li#menu4 a{background: url(https://www.ooe-ss.com/wp-content/uploads/2015/04/sub_menu4.png);}
ul#side_navi li#menu5 a{background: url(https://www.ooe-ss.com/wp-content/uploads/2015/04/sub_menu5.png);}
ul#side_navi li#menu6 a{background: url(https://www.ooe-ss.com/wp-content/uploads/2015/04/sub_menu6.png);}
ul#side_navi li#menu7 a{background: url(https://www.ooe-ss.com/wp-content/uploads/2015/04/sub_menu7.png);}

/*マウスオーバー時*/
ul#side_navi li#menu1 a:hover,
ul#side_navi li#menu2 a:hover,
ul#side_navi li#menu3 a:hover,
ul#side_navi li#menu4 a:hover,
ul#side_navi li#menu5 a:hover,
ul#side_navi li#menu6 a:hover,
ul#side_navi li#menu7 a:hover {
    background-position:0 -70px; /*真ん中の画像を出す*/
}

/*カレント表示*/
ul#side_navi li#menu1.current a,
ul#side_navi li#menu2.current a,
ul#side_navi li#menu3.current a,
ul#side_navi li#menu4.current a,
ul#side_navi li#menu5.current a,
ul#side_navi li#menu6.current a,
ul#side_navi li#menu7.current a {
    background-position:0 -70px; /*一番下の画像を出す*/
}



/* -----------------------------------------------------------
	footer
		フッター
----------------------------------------------------------- */

footer {
    clear: both;
    height: auto;
    min-width: 980px;
    background: #f7f7f7;
}

.footer_area {
    min-width: 100%;
    height: auto;
    margin: 0 auto;
}

.footer_box {
    width: 980px;
    height: 130px;
    margin: 0 auto;
}

.footer_logo_area {
    width: 564px;
    margin: 0 auto;
    float: left;
    padding: 0 0 0 10px;
}

.footer_navi_area {
    width: 636px;
    height: 18px;
    padding: 58px 0 0 0;
    text-align: left;
    margin: 0 auto;
}

ul#menu-footer-navi li.menu-item {
    height: 15px;
    vertical-align: middle;
    display: inline;
    float: left;
    font-size: 12px; 
    margin: 0 0 15px 0;
    padding: 0px 10px 2px 10px;
}

ul#menu-footer-navi li.menu-item a {
    color: #000;
}

ul#menu-footer-navi li.menu-item a:hover {
    color: #000;
}

ul#menu-footer-navi li.current-menu-item a {
    color: #000;
}

.copyright_area {
    height: 108px;
    background: #fff;
}

.copyright_area .box {
    width: 980px;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0 0 0;
    height: 78px;
}

.copyright {
    width: 325px;
    height: 22px;
    color: #333;
    background: #fff;
    margin: 0 auto;
    padding-top: 25px;
    vertical-align: middle;
    float: right;
    font-size: 12px;
}

/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/

#main_img {
    height: 400px;
    margin:10px 0 20px 0;
}

#img_area {
    width: 980px;
    height: 400px;
    margin: 0 auto;
    background: #fff
}

#main_img-sub {
    height: 150px;
    margin:10px 0 10px 0;
}

#img_area-sub {
    width: 980px;
    height: 150px;
    margin: 0 auto;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
    width: 980px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    height: auto !important;
    min-height: 100%;
    overflow: hidden;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/

#main {
    float: left;
    width: 730px;
}

#main h2 {
    width: 710px;
    height: 31px;
    font-size: 16px;
    padding: 9px 0 0 20px;
    background: url(https://www.ooe-ss.com/wp-content/uploads/2015/04/h2.png);
}

#main h3 {
    width: 725px;
    height: 30px;
    border-bottom: 1px solid #E60214;
    margin: 40px 0 20px 0;
    font-size: 16px;
    padding: 0 0 0 5px;
}


/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */

#sub {
    float: right;
    width: 220px;
}

#sub h2 {
    width: 220px;
}

.side_widget {
    margin: 0;
    background: none;
    border: none;
    padding: 0;
}


/* -----------------------------------------------------------
	トップへ戻る
----------------------------------------------------------- */

#page-top {
    position: fixed;
    bottom: 153px;
    right: 20px;
}

#page-top a {
    text-decoration: none;
    width: 44px;
    height: 42px;
    display: block;
}

#page-top a:hover {
    text-decoration: none;
    opacity: 0.7;
}


/* -----------------------------------------------------------
	パンくずリスト
----------------------------------------------------------- */

.breadcrumbs {
    margin: 0 0 10px 0;
}


/* -----------------------------------------------------------
	お問い合わせフォーム
----------------------------------------------------------- */

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}

.wpcf7 form input[type="text"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="checkbox"],
.wpcf7 form input[type="radio"],
.wpcf7 form textarea {
    border: 1px solid #ccc;
 }

.wpcf7 form input[type="text"]:focus,
.wpcf7 form input[type="tel"]:focus,
.wpcf7 form input[type="email"]:focus,
.wpcf7 form input[type="checkbox"]:focus,
.wpcf7 form input[type="radio"]:focus,
.wpcf7 form textarea:focus {
    border: 1px solid #ccc;
 }

.wpcf7 form input[type="text"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="checkbox"],
.wpcf7 form input[type="radio"],
.wpcf7 form input[type="image"],
.wpcf7 form textarea,
select {
    outline:none;
}

.wpcf7-validation-errors {
    border: none !important;
}

span.wpcf7-not-valid-tip {
    color: #e60000 !important;
    font-size: 12px;
    display: block;
    margin-left: 10px;
}

.wpcf7-response-output {
    padding: 0 0 0 0 !important;
    color: #e60000 !important;
    border: none !important;
}

.wpcf7-mail-sent-ok {
    border: none !important;
}


/* -----------------------------------------------------------
	よくある質問
----------------------------------------------------------- */

.q {
    padding: 7px 0 0 60px;
    background: url(https://www.ooe-ss.com/wp-content/uploads/2015/04/q.png) left top no-repeat;
    min-height: 33px;
    margin-bottom: 20px;
    color: #E60214;
    font-size: 16px;
}

.a {
    padding: 0 0 0 60px;
    background: url(https://www.ooe-ss.com/wp-content/uploads/2015/04/a.png) left top no-repeat;
    min-height: 40px;
    margin-bottom: 20px;
}


/* -----------------------------------------------------------
	サイトマップ
----------------------------------------------------------- */

#sitemap_list li.home-item {
    padding-top: 0;
}

#sitemap_list li {
    text-indent: 0;
    font-size: 14px;
    padding: 10px 0 10px 0px;
    list-style-type: none;
    border-bottom: #ccc 1px dotted;
}

#sitemap_list li a {
    text-decoration: none;
    display: inline-block;
    padding: 5px 0px 0px 10px;
    color: #000;
}

#sitemap_list li a:hover {
    text-decoration: none;
    display: inline-block;
    padding: 5px 0px 0px 10px;
    color: #e60214;
}


/* -----------------------------------------------------------
	一覧ページページャー
----------------------------------------------------------- */

.pager {
    text-align: center;
    margin-top: 40px;
}
.info {
    float: left;
    margin-right: 30px;
    border: 1px solid #ccc;
    padding: 1px;
    box-shadow: 4px 4px #f8f8f8;
}

a.page-numbers {
    background: #e5e5e5;
    margin: 3px;
    padding: 3px 10px 3px 10px;
    color: #fff;
    webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

a.page-numbers:hover {
    color: #fff;
    background: #e60214;
    box-shadow: 4px 4px #333;
}

span.page-numbers.current {
    margin: 3px;
    padding: 3px 10px 3px 10px;
    color: #fff;
    background: #e60214;
    box-shadow: 4px 4px #333;
}
    

/* -----------------------------------------------------------
	個別ページページャー
----------------------------------------------------------- */

.next a {
    font-size: 16px;
    padding: 5px 10px 5px 10px;
    background: #e5e5e5;
    color: #fff;
    margin: 0 10px 0 10px;
}

.next a:hover {
    font-size: 16px;
    padding: 5px 10px 5px 10px;
    background: #e60214;
    color: #fff;
    margin: 0 10px 0 10px;
}


/* -----------------------------------------------------------
	製品紹介
----------------------------------------------------------- */

#chemistry img {
    margin-bottom: 0;
}

li.odd {
    width: 223px;
    height: 168px;
    float: left;
    margin: 20px 10px 0 10px;
}

li.odd p {
    margin-bottom: 0;
}

li.odd image {
    margin-bottom: 0;
}
