/*
Theme Name: cuminas
Author: CAMINOVA
Author URI: 
Version: 1.0
*/

/* =Reset
-------------------------------------------------------------- */
@charset "utf-8";

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}


html{
	position: relative;
}

body{
	color: #333;
	padding: 0px;
	font: 0.9em/150% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

h1{
	font-size:1.8em;
	font-weight: bold;
	padding:20px 0 0 0;
	margin:0;
}
h2{
	max-width: 950px;
	margin: 0px auto;
	font-size: 30px;
	font-weight: normal;
	color: #333333;
	line-height: 100%;
}
h3{
	font-size: 23px;
	margin: 0 0 30px;
	font-weight: bold;
	background: url(img/topcont_title.gif) no-repeat left center;
	padding: 0px 0px 0px 15px;
	line-height: 100%;
}
h4{
	margin: 0 0 10px 15px;
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
}


a{
	text-decoration: none;
	color: #333;
}
a:visited{}
a:hover{
	opacity:0.85;
	filter:alpha(opacity=85); /* For IE8 and earlier */
}
.wideslider a:hover{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}


ol,
ul {
	list-style: none;
}
.entry-content p{
	margin: 0px 0px 30px 15px;
	clear: both;
	overflow: hidden;
}
.entry-content li{
	list-style: square;
	margin: 0px 0px 0px 25px;
}
.entry-content ol li{
	list-style: decimal;
	margin: 0px 0px 0px 30px;
}
.entry-content p a,.entry-content li a,.entry-content td a{
	color: #0085B2;
}
.entry-content ul{
	margin: 0px 0px 20px 10px;
}
.entry-content ol{
	margin: 0px 0px 20px 10px;
}
.entry-content p + p{
	margin: -10px 0px 30px 15px;
}
.entry-content p + h3{
	margin: 50px 0px 30px;
}
.entry-content ul + h3{
	margin: 50px 0px 30px;
}
.entry-content ol + h3{
	margin: 50px 0px 30px;
}
.entry-content table + h3{
	margin: 50px 0px 30px;
}
.entry-content table{
	background: #DDDDDD;
	border-collapse: separate;
	border-spacing: 1px;
	border-style: none;
	margin: 0px 2% 30px;
	width: 96%;
}
.entry-content td {
	padding: 5px;
	vertical-align: middle;
	background: #FFF;
}
.entry-content th {
	padding: 5px;
	vertical-align: middle;
	background: #EEE;
	font-weight: normal;
}
.entry-content tr td:first-child {
	background: #EEE;
	width: 15%;
}
.entry-content .price tr td:first-child {
	background: #FFF;
	width: 35%;
}
.entry-content .price tr:first-child td {
	background: #EEE;
}
.entry-content .price td:nth-child(n+3) {
	background: #FFF;
	width: 16%;
}
.entry-content .operat tr td:first-child {
	background: #FFF;
	width: 15%;
}
.entry-content .format tr td:nth-child(-n+2) {
	background: #FFF;
	width: 15%;
}
.entry-content .format tr:first-child td {
	background: #EEE;
}
.entry-content .format2 tr td:first-child {
	background: #FFF;
	width: auto;
}
.entry-content .format2 tr:first-child td {
	background: #EEE;
}

.sitemap ul{
	margin: 0px;
}
.sitemap li{
	list-style: square;
	font-weight: bold;
	margin: 0px 0px 10px 20px;
}
.sitemap li li{
	list-style: disc;
	font-weight: normal;
	margin: 0px 0px 0px 20px;
}

table{}
th{}
td{}

p{
}


img{
	max-width:100%;
	height: auto;
	vertical-align:bottom
}
.link{
	margin: -20px 0px 80px;
}


/* Header -------------------------*/
header{
}
#header_wrap {
	width: 100%;
	z-index: 10;
	background: #FFF;
}
#top{
	margin: 0px auto;
	width: 1000px;
	padding: 20px 0px;
}
#top .logo{
	float: left;
	max-width: 215px;
}
#top .logo img{
	width: 100%;
}
#top .headmenu{
	float: right;
	text-align: right;
	margin: 15px 0px 0px;
}
#top .headmenu ul li{
	float: left;
	margin: 0px 0px 0px 30px;
}
#top .headmenu ul li.lang{
	background: url(img/lang.gif) no-repeat right center;
	background: url(img/lang.svg) no-repeat right center, linear-gradient(transparent, transparent);
	padding: 0px 15px 0px 0px;
}
#top .headmenu ul li.download{
	background: url(img/download.gif) no-repeat left center;
	background: url(img/download.svg) no-repeat left center, linear-gradient(transparent, transparent);
	padding: 0px 0px 0px 25px;
}

header .search{
	position:absolute;
	top:10px;
	right:0;
}

/* Navigation -------------------------*/
header nav:after{
    content: '';
    display: block;
    clear: both;
}
header nav{
	padding: 5px 0;
	margin: 0 0 18px;
	zoom: 1; /* for IE6/7 */
	background: #172226;
}



/* Footer -------------------------*/
footer{
	background: #273943;
	color: #FFF;
	padding: 20px 0px 0px;
}
.foot_box a{
	color: #FFF;
	text-decoration: none;
}
.foot_box{
	max-width: 950px;
	margin: 0 auto;
	padding: 0px 0px 10px;
	position: relative;
}
.foot_box .foot_menu{
	margin: 0px;
	padding: 1px 0px 0px;
}
.foot_box .foot_menu .menu_box{
	margin: 0px 0px 0px 4%;
	width: 17%;
	float: left;
	font-size: 15px;
	font-weight: bold;
}
.foot_box .foot_menu .menu_box:first-child{
	margin: 0px;
}
.foot_box .foot_menu ul li{
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 20px;
	float: none;
	width: 100%;
}
.foot_box .foot_menu ul li ul{
	float: none;
	width: 100%;
	margin: 10px 0px 0px;
}
.foot_box .foot_menu ul li ul li{
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 0px 4%;
}
.foot_box .foot_menu .menu_boxsec{
	margin: 0px 0px 0px 4%;
	width: 58%;
	float: left;
	font-size: 15px;
	font-weight: bold;
}
.foot_box .foot_menu .menu_boxsec ul li ul:after{
    content: '';
    display: block;
    clear: both;
}
.foot_box .foot_menu .menu_boxsec li ul li{
	margin: 0px 0px 0px 2%;
	width: 48%;
	float: left;
}
.foot_box .foot_menu li ul li a{
	color: #BBBEC1;
}
footer .copy{
	background: #172226;
}
footer .copy_box{
	padding: 10px 0px;
	margin: 0px auto;
	width: 1000px;
	font-size: 10px;
	text-align: right;
}
footer .copy_box img{
	vertical-align: middle;
}


/* Layout -------------------------*/

#wrap{
	max-width:1000px;
	padding:0px 15px;
	margin:150px auto 0;
}
#wrap_top{
	max-width: 975px;
	padding: 0px 0px 0px 25px;
	margin: 0 auto;
}

#main{
	padding-bottom:60px;
}


#content{
	float:left;
	width:74%;
	margin-bottom:60px;
}

#sidebar{
	float:right;
	width:22.5%;
	margin-bottom:20px;
}


/* Contents -------------------------*/

header.page-header{
}

header.entry-header{
	background: #E6ECE8;
	padding: 15px 0px 12px;
	margin: 0px 0px 30px;
}

section.entry-content{
	margin:0 0 20px 0;
}

nav.page-navi li.prev{
	float:left;
}
nav.page-navi li.next{
	float:right;
}
.vision{
	background: url(img/vision.gif) repeat-x center top;
	padding: 20px 0px 0px;
	margin: 50px 0px 0px;
}
.vision_after{
	background: url(img/vision.gif) repeat-x center bottom;
	padding: 0px 0px 20px;
	margin: 0px 0px 50px;
}
.vision_box{
	margin: 0px auto;
	width: 1000px;
	font-size: 16px;
	text-align: center;
}
.info{
	padding: 30px 0px;
	margin: 0px 0px 50px;
	background: #E6ECE8;
}
.info_box{
	margin: 0px auto;
	width: 1000px;
}
article.category-cat_info{
	margin: 0px 0px 10px;
	padding: 0px 10px 10px;
	border-bottom: 1px solid #E6ECE8;
}
article.category-cat_info h3{
	margin: 0 0 10px;
}

/* entry -------------------------*/
.entry{
	width: 100%;
}
.entry .list{
	margin: 5px 1.5%;
	width: 30.33%;
	float: left;
}
.entry .info_day{
	font-size: 12px;
	margin: 0 0 5px;
}
.entry .info_title{
	font-size: 14px;
	margin: 0 0 2px;
}
.entry .info_title a{
	color: #00698C;
}
.entry .info_tag{
	font-size: 13px;
	margin: 0 0 5px;
	color: #777777;
}
.entry .info_cont{
	font-size: 13px;
}
.entry .list .top_content{
	padding: 20px;
	border: 1px solid #D7E1DA;
}
.entry .topcont_title{
	font-size: 20px;
	margin: 0 0 5px;
	font-weight: bold;
	background: url(img/topcont_title.gif) no-repeat left center;
	padding: 0px 0px 0px 15px;
}
.entry .topcont_title2{
	font-size: 16px;
	margin: 0 0 2px;
}
.entry .topcont_title2 a{
	color: #00698C;
}
.entry .topcont_cont{
	font-size: 14px;
}
.entry .topcont_cont2{
	font-size: 13px;
}
.entry .topcont_bot{
	font-size: 12px;
	text-align: center;
	padding: 5px 0;
	margin: 10px 0 0px;
}
.entry .topcont_bot2{
	font-size: 12px;
	text-align: right;
	padding: 5px 0;
	margin: 10px 0 0px;
}
.entry .topcont_bot a{
	padding: 5px 10px;
	color: #FFF;
	background: #ff550d;
}
.entry .topcont_bot2 a{
	padding: 5px 10px;
	color: #FFF;
	background: #ff550d;
}

a.linkbtn_n {
	padding: 15px 15px;
	color: #fff;
	background: #ff550d;
	font-size: 18px;
	text-align: center;
	display: block;
	margin: 10px;
	max-width: 300px;
}

/* product -------------------------*/
.entry .product_list{
	margin: 5px 2% 5px 0;
	width: 49%;
	float: left;
}
.entry .product_list:nth-child(2n){
	margin: 5px 0;
}
.entry .product_list .product_content{
	padding: 20px;
	border: 1px solid #D7E1DA;
}
.entry .product_title{
	margin: 0 0 5px;
}
.entry .product_title a{
	font-size: 20px;
	color: #0085B2;
}
.entry .product_cont{
	font-size: 14px;
	margin: 0 0 10px;
	min-height: 45px;
}



/* Sidebar -------------------------*/
#sidebar aside{
	margin-bottom:20px;
}
aside ul{
	border-bottom: 1px dotted #BBB;
}
aside li{
	border-top: 1px dotted #BBB;
}
aside li a{
	display: block;
	padding: 10px 0px 10px 20px;
	background: url(img/arrow.gif) no-repeat left center;
}
aside p{
	border-top: 1px dotted #BBB;
	font-weight: bold;
	padding: 5px 8px;
	font-size: 14px;
	background: #E6ECE8;
}
aside p:nth-child(2){
	border-top: none;
}
aside p a{
	display: block;
}
aside p.side_title{
	border-top: none;
	font-weight: normal;
	padding: 8px 8px;
	font-size: 16px;
	color: #FFF;
	background: #ff550d;
}
aside p.side_title a{
	display: block;
	color: #FFF;
}
#side_box {
	display:inline-block;
	width: 219px;
}


/* Breadcrumb -------------------------*/
#bread {
	max-width:950px;
	margin: -15px auto 0px;
}
#bread-crumb {
	width: 100%;
	font-size: 12px;
}
 
#bread-crumb ul {
/*	float: right;*/
}
 
#bread-crumb ul:after {
clear: both;
content: " ";
display: block;
font-size: 0;
height: 0;
visibility: hidden;
}
 
#bread-crumb li img {
	vertical-align: middle;
}
#bread-crumb li {
	float: left;
	list-style-type: none;
	color: #000;
	padding: 5px 0px;
}
 
#bread-crumb li a {
	color: #0085B2;
	text-decoration: none;
}
 
#bread-crumb li + li:before {
    margin: 0 8px;
    content: ">";
}


/* Pagetop -------------------------*/
#pagetop {
	position: absolute;
	top: -50px;
	right: -80px;
}
#pagetop a {
	background: url(img/top.png) no-repeat;
	background: url(img/top.svg), linear-gradient(transparent, transparent); 
	display: block;
	text-indent: -9999px;
	height: 51px;
	width: 51px;
}
#pagetop a:hover {
	background-position:-51px 0;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#side_dl{
    display: none;
    position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	width: 82px;
}
#side_dl .dl01 a {
	background: url(img/side-download.gif) no-repeat;
	display: block;
	text-indent: -9999px;
	height: 64px;
	width: 82px;
}
#side_dl .dl01 a:hover {
	background-position:-82px 0;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
#side_dl .dl02 a {
	background: url(img/side-download2.gif) no-repeat;
	display: block;
	text-indent: -9999px;
	height: 66px;
	width: 82px;
}
#side_dl .dl02 a:hover {
	background-position:-82px 0;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
#side_dl .dl03 a {
	background: url(img/en-side-download.gif) no-repeat;
	display: block;
	text-indent: -9999px;
	height: 64px;
	width: 82px;
}
#side_dl .dl03 a:hover {
	background-position:-82px 0;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
#side_dl .dl04 a {
	background: url(img/en-side-download2.gif) no-repeat;
	display: block;
	text-indent: -9999px;
	height: 66px;
	width: 82px;
}
#side_dl .dl04 a:hover {
	background-position:-82px 0;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

/* Clearfix -------------------------*/
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
.clearfix{
	zoom: 1; /* for IE6/7 */
}

/* Other -------------------------*/
.pdf{
	margin: 0px 0px 10px;
}
.pdf img{
	vertical-align: middle;
}
.mar_b5{
	margin: 0px 0px 5px;
}
.mar_b10{
	margin: 0px 0px 10px;
}
.mar_b20{
	margin: 0px 0px 20px;
}
.mar_b30{
	margin: 0px 0px 30px;
}
.mar_b70{
	margin: 0px 0px 70px;
}
.mar_t5{
	margin: 5px 0px 0px;
}
.mar_t20{
	margin: 20px 0px 0px;
}
.text_10{
	font-size: 10px;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.aligncenter {
    display: block;
    margin: 0 auto;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

img[class*="wp-image-"],
img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
}


/*ダウンロード*/
.wp_dl p{
	margin: 0px 20px 10px;
}
.wp_dl p+p{
	margin: 0px 20px 10px;
}


/*コンタクトフォーム*/
.wpcf7 table {
	border-collapse: separate;
	border-spacing: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	line-height: 350%;
	margin: 0 0 20px;
	font-size: 12px;
}
.wpcf7 select {
	vertical-align:middle;
	max-width:100%;
	height:34px;
	border:1px solid #d4d4d7;
	background:#fcfcfc;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	vertical-align:middle;
	max-width:100%;
	height:30px;
	border:1px solid #d4d4d7;
	background:#fcfcfc;
}
.wpcf7 input[type="submit"], .wpcf7 input[type="button"]{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 15px 0;
	background: #ff550d;
	border: 0;
	color: #fff;
	margin: 0 5px 10px;
	text-align: center;
	width: 240px;
}
.wpcf7 input[type="reset"]{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 15px 0;
	background: #BBBBBB;
	border: 0;
	color: #fff;
	margin: 0 5px;
	text-align: center;
	width: 240px;
}
.wpcf7 input[type="submit"]:hover{
	cursor: pointer;
	background: #ff911d;
}
.wpcf7 input[type="submit"]:disabled{
	cursor: pointer;
	background: #CCCCCC;
}
.wpcf7 input[type="reset"]:hover,input[type="button"]:hover{
	cursor: pointer;
	background: #CCCCCC;
}
.wpcf7 .contform {
	width: 80%;
	line-height: 350%;
	margin: 0 auto 30px;
	font-size: 12px;
}
.wpcf7 .contform ul {
	clear: both;
	list-style: none;
}
.wpcf7 .contform li {
	padding: 10px 2%;
	float: left;
	width: 72%;
	list-style: none;
	margin: 0px;
	text-align: left;
}
.wpcf7 .contform li.cont {
	width: 20%;
	text-align: right;
}
.wpcf7 .contform li .box {
	height: 30px;
	width: 60%;
	line-height: 120%;
}
.wpcf7 .contform li .box2 {
	height: 30px;
	width: 100%;
	line-height: 120%;
}
.wpcf7 .contform li .box3 {
	width: 100%;
	line-height: 120%;
	height: 200px;
}
.wpcf7 .contform li .red {
	color: #E8340C;
}
.wpcf7 .small {
	font-size: 10px;
	margin-bottom: 20px;
}
.wpcf7 .contform_botan {
	margin: 0px 0px 40px;
}
.wpcf7 .contform li span{
	width: 100%;
}


/* 1000px -------------------------*/
@media screen and (max-width: 1000px) {
body{
	padding: 0px;
}
header.entry-header{
	padding: 5px 10px 2px;
}
#header_wrap {
	position: static;
}
#top,header nav ul,.vision_box,.info_box,.foot_box{
	width: 94%;
	padding: 10px 3%;
}
#wrap{
	margin:20px auto 0;
}
#wrap_top{
	padding: 0px;
}
footer .copy_box{
	width: 96%;
	padding: 10px 2%;
}
#pagetop {
	right: 5px;
}
#bread {
	width:96%;
	margin: -10px 2% 0px;
}
#content{
	width: 96%;
	float: none;
}
#sidebar{
	display: none;
}
}



/* 760px -------------------------*/
@media screen and (max-width: 768px) {
header{
}
header .search{
	position: static;
	padding: 10px 0;
}
header nav{
	background: #FFF;
}
header nav .global{
	background: #172226;
}
}


/* 480px -------------------------*/
@media screen and (max-width: 480px) {
.entry .list{
	margin: 0px 2% 20px;
	width: 96%;
	float: none;
}
.entry .product_list{
	margin: 0px;
	width: 100%;
	float: none;
}
.entry .product_list .product_content{
	margin: 0 0 10px;
}
.foot_box .foot_menu .menu_box{
	padding: 0px 2%;
	width: 96%;
	float: none;
	margin: 0px;
}
.foot_box .foot_menu .menu_boxsec{
	padding: 0px 2% 20px;
	width: 96%;
	float: none;
	margin: 0px;
}
}
