@charset "UTF-8";

/*
Theme Name: MENSHO OWNED
Description:オウンドメディアに最適化したWordpressテーマ
Theme URI:
Author: THREE.BALL.CASCADE.ARCHITECTS
Author URI: http://threeballcascade.com
Version: 1.0
License:
License URI:
*/

@import url(http://fonts.googleapis.com/css?family=Montserrat:700,400);

/* リセット */

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;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

.single table{
	border:2px solid #999;
	margin:0 auto;
	display: block;
	/* position: relative; */
	width: 90%;
}
.single td{
	border:1px solid #CCC;
	/* white-space:nowrap; */
	padding:10px;
	/* display: block; */
	/* width: auto; */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

/*------------------------------
ベース
-----------------------------*/

body {
    color: #333;
	font-size: 14px;
    font-family:
        'Montserrat', sans-serif;
    	'ヒラギノ角ゴ Pro W3',
    	'Hiragino Kaku Gothic Pro',
        "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo ,
    line-height: 160%;
}


blockquote {
  border-left: 4px solid #ccc;
  margin: 1.5em 20px;
  padding: 0.5em 20px;
  quotes: "\201C""\201D""\2018""\2019";
  font-style:italic;
  color:#666;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 5em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.55em;
  margin-left: -0.2em;
}
blockquote p {
  display: inline;
}
 

a{
    color:#000;
    text-decoration: none;
}
a:visited{color: #333;}
a:active{color: #333;}
a.zentai{
	width: 100%;
	height: 100%;
	display: block;
}
.clear{
	clear:both;
}

h4{
    font-family:
    'Montserrat', sans-serif;
    'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro',
    "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo ,
}
/*------------------------------
ヘッダー
-----------------------------*/
header#global #gNav{
    background: #000;
    color: white;
    position: fixed;
    width: 100%;
    top: 0;
    height: 30px;
    font-size: 14px;
    z-index: 9999;
    letter-spacing: 0.2em;
}

header#global #gNav li{
    height: 30px;
    line-height: 30px;
    width: 25%;
    text-align: center;
    font-weight: 600;
    border-right: 2px solid #FFF;
    float: left;
}

header#global #gNav li:last-child , header#catNav li:last-child{
    border-right: none;
}

header#global #gNav li a{
    display: block;
    width: 100%;
    height: 100%;
    color:white;
}
.hoge {
    position: absolute;
    left: 25%;
    background-color: black;
    width: 25%;
    display: none;
    margin-top: 2px;
}
.hogehoge {
    position: absolute;
    right: 0;
    background-color: black;
    width: 25%;
    display: none;
    margin-top: 2px;
}
header#global #gNav .sub-menu li {
    width: 100%;
    border-bottom: 2px solid white;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    background-color: #666;
    letter-spacing: 0;
}

#siteHead #siteLogo{
    float: left;
}

#siteHead #siteLogo img{
    height: 40px;
    margin: 48px 0 0 30px;
}
#siteHead .subNav{
    float: right;
    margin: 60px 20px 28px 0;
}
#siteHead .subNav li{
    float:left;
    font-size: 12px;
}

header #catNav{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #EEE;
    border-top: 1px solid #EEE;
    display: inline-block;
    background: #FFF;
    margin-bottom: -4px;
    letter-spacing: 0.1em;
    font-weight: 600;
}

header #catNav .letter0{
    letter-spacing: 0;
}

header #catNav li{
    width: 10%;
    height: 40px;
    text-align: center;
    font-size: 12px;
    border-right: 1px solid #EEE;
    overflow: hidden;
    float: left;
}

header #catNav li a{
display: block;
width: 100%;
height: 100%;

}

#pankuzu{
	background: #ccc;
	border-top: 2px solid #eee;
	border-bottom: 0px solid #bbb;
	padding: 6px 0 6px 3%;
	color:white;
	font-size: 12px;
}
#pankuzu a{
	color:white;
}

/*------------------------------
トップページコンテンツ
-----------------------------*/
.cat{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    padding: 4px 6px;
    letter-spacing: 0.2em;
    font-weight: 600;
    background: black;
}
.cat a{
    color: white!important;
    width: 100%;
    height:100%;
    display: block;
}

article .news{background: #00b739;}
article .colabo{background: #f4802f;}
article .media{background: #4b6aea;}
article .create{background: #4b6aea;}

#recommend img{
    width: 100%;
    vertical-align:bottom;
    height: auto;
}
#recommend #main{
    position:relative;
}
#recommend h3{
    width: 100%;
    background: #000;
    padding: 10px 20px;
    font-size: 24px;
    letter-spacing: 0.1em;
}
#recommend a{
    color: white;
}
#recommend .cat{
    font-size: 12px;
    padding: 6px 10px;
}

#recommend .list_image_block{
	/* max-height: 600px; */
	height: 600px;
	width: 100%;
	overflow: hidden;
	background-color: #ccc;
	display: inline-block;
	vertical-align: bottom;
}
#pickup{
    width: 100%;
    background: #dcdcdc;
    display: inline-block;
}
#pickup article{
    position:relative;
    width: 22%;
    float: left;
    display: block;
    margin: 2% 1%;
}
#pickup article:first-child{
    margin-left: 3%;
}
#pickup img{
    width: 100%;
    height: auto;
}
#pickup a h3{
    color: #333;
}
#pickup h3{
    text-align: center;
    margin: 10px 0 0;
}

#pickup .list_image_block{
	height: 200px;
	width: 100%;
	overflow: hidden;
	background-color: #ccc;
	display: inline-block;
}
/*------------------------------
コンテンツ
-----------------------------*/
#content img{
    width: 100%;
    height: auto;
}
#content img.textwrap{
    width: 40%;
    height: auto;
    float: left;
    margin-right: 20px;
}

#content{
    width: 64%;
    margin: 40px 3%;
    float: left;
}

#content article{
    position: relative;
    display: block;
    margin-bottom: 20px;
}
#content .new{
    /* margin: 0 0 40px; */
}

#content .new h4{
    font-size: 36px;
    font-weight: 300;
}
#content .new h3{
    font-size: 24px;
    margin: 14px 0;
    white-space: nowrap;
    overflow: hidden;
}
#content .new img{
    /* width: 48%; */
    /* float: left; */
    /* margin-right: 4%; */
}

#content .new .newinfo{
    width: 48%;
    float: left;
}

#content .new .read {
    height: 50px;
    overflow: hidden;
    line-height: 24px;
    display: inline-block;
}
#content .new .author {
    margin: 16px 0 0;
}
#content .new .author .name {
    width: 100%;
    display: block;
    font-size: 18px;
    /* margin: 4px; */
    line-height: 35px;
}
#content .new .author img {
    width: 64px !important;
    height: 64px !important;
    border-radius: 64px;
    border: 2px solid #FFF;
    float: left;
    margin: 0 10px 0 0;
}
#content .list {
    width: 48%;
    display: block;
    white-space: nowrap;
    float: left;
    margin-right: 4%;
    overflow: hidden;
}
#content .list_image_block{
	height: 260px;
	width: 100%;
	overflow: hidden;
	background-color: #ccc;
	display: inline-block;
}
#content .new .list_image_block{
	width: 48%;
	float: left;
	margin-right: 4%;
}
.wp-pagenavi {
    clear: both;
    text-align: center;
    padding: 40px 0 20px;
}

#content .top:nth-child(even) {
    margin-right: 0;
}
#content .single:nth-child(odd) {
    margin-right: 0;
}
#content .archive:nth-child(even) {
    margin-right: 0;
}
#content h2 {
    font-size: 36px;
    margin: 60px 0 20px;
}
#content h4 {
    font-size: 24px;
    margin: 6px 0;
}
#content h3 {
    font-size: 18px;
}

#content .blog{
	line-height: 34px!important;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
}
#content .blog p{
	margin: 20px 0;
}

#content .blog .img_comment{
	margin: 0;
	font-style: italic;
	color:#999;
}

#content .blog a{
	color: #78A6FF;
	text-decoration: underline;
}

#content .blog h1{
	font-size: 36px;
}
#content .relation-tag{
	background: #999;
	display: inline-block;
	padding: 10px;
	margin-bottom: 40px;
	width: 100%;
}
#content .relation-tag li{
	float: left;
	margin-right: 10px;
}
#content .relation-tag li a{
	color: white;
	/* font-weight: 600; */
	font-size: 12px;
}
#content .relation-tag li a:before {content: "# " }
#content .blog h3{
    font-size: 36px;
    width: 100%;
    text-align: center;
    margin: 20px 0 60px;
    line-height: 46px;
}
#content .blog h4{
    font-size: 24px;
    width: 100%;
    text-align: center;
    margin: 40px 0 0;
}
#content .blog h5{
    font-size: 24px;
    width: 100%;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
    margin: 40px 0 0;
}

#content .blog strong{
	font-weight:bold;
	font-size:110%;
}
/*------------------------------
サイドバー
-----------------------------*/

#sidebar{
    width: 27%;
    float: left;
    margin: 40px 3% 40px 0;
}

#sidebar .widget_text {
    margin-bottom: 20px;
}
#sidebar .widget_text:last-child {
    margin-bottom: 0;
}

#sidebar .widgettitle ,#menshochannel .widgettitle{
	display:none;
}

#sidebar img {
    width: 100%;
    vertical-align: bottom;
}


#sidebar .author {
    margin: 40px 0 40px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
#sidebar .author .name {
    width: 100%;
    display: block;
    font-size: 18px;
    margin: 20px 0 4px;
    line-height: 35px;
    letter-spacing: 0.1em;
}
#sidebar .author img {
    width: 120px !important;
    height: 120px !important;
    border-radius: 120px;
    border: 2px solid #FFF;
    /* float: left; */
    margin: 0 10px 0 0;
}
#sidebar .author .sns{
    margin: 20px 0;
    display: inline-block;
    clear: both;
    text-align: center;
    width: 100%;
    font-size: 24px;
}
#sidebar .author .history{

    clear: both;
    text-align: left;
display: inline-block;line-height: 28px;font-size: 14px;}
#sidebar .author .sns li{
    float: left;
}

/*------------------------------
フッター
-----------------------------*/

#menshochannel{
    background: #dcdcdc;
    display: inline-block;
    width: 100%;
}
#menshochannel h2{
    font-size:36px;
    margin: 20px 20px 0;
}
#menshochannel li{
    width: 22%;
    float: left;
    display: block;
    margin: 2% 1%;
}

#menshochannel li:first-child{
    margin-left: 3%;
}

footer .sitemap{
    width: 55%;
    float: left;
}

footer .sitemap_block{
    width: 30%;
    float: left;
    margin: 30px 0;
}
footer .sitemap_block:last-child{
    width: 65%;
}
footer .sitemap_block li{
    margin-left: 40px;
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
}
footer .sitemap_block li ul li{
    margin-left: 20px;
}


footer #opinion{
    width: 45%;
    float: left;
    background: #b7ad87;
    color: white;
    padding: 20px;
    height: 100%;
}
footer #opinion a{
    color: white;
}
footer #opinion img{
    width: 40px;
    float: left;
    margin-right: 10px;
}
footer #opinion h2{
    font-size: 17px;
    margin-bottom: 4px;
}
footer #opinion .read{
    font-size: 12px;
    margin-left: 52px;
}
footer #opinion input#submit_button {
    background-color: #816a58;
    color: #fff;
    border: #fff 3px solid;
    /* letter-spacing: 1em; */
    width: 124px;
    padding: 6px 0;
    font-size: 18px;
    float: left;
    margin-right: 12px;
}
.wpcf7 input[type="submit"] {
    background-color: #816a58;
    color: #fff;
    border: #fff 3px solid;
    /* letter-spacing: 1em; */
    width: 124px;
    padding: 6px 0;
    font-size: 18px;
    float: left;
    margin-right: 12px;
}
footer #opinion textarea{
    background: #edeadb;
    border: #a5927b solid 3px;
    color: #65523C;
    width: 100%;
    height: 200px;
    margin: 10px 0;
    font-size: 16px;
    font-family: serif;
    letter-spacing: 0.1em;
    line-height: 34px;
    padding: 10px;
}
footer #opinion .read2{
    font-size: 12px;
    line-height: 22px;
}
footer #opinion .read2 a{
    font-size: 14px;
}
footer #shopbadge{
    width: 100%;
    clear: both;
    text-align: center;
    border-top: 1px solid #eee;
    padding: 20px;
    display: inline-block;
}
footer #shopbadge ul{
    /* text-align: center; */
    display: inline-block;
    /* margin: 0 auto; */
}
footer #shopbadge li{
    float: left;
    margin: 0 14px;
}
footer #shopbadge img{
    width: 70px;
    opacity: 0.7;
}

footer .subNav{
    width: 100%;
    clear: both;
    background: #CCC;
    display: inline-block;
    vertical-align: bottom;
    padding: 20px;
    font-size: 12px;
}
footer .subNav li{
    float: left;
}
footer #copyright{
    clear: both;
    width: 100%;
    background: #000;
    color: white;
    padding: 20px;
    line-height: 26px;
}

footer #copyright img{
    width: 30px;
    vertical-align: bottom;
    margin-right: 10px;
}
/*------------------------------
アーカイブ・シングル
-----------------------------*/

#content .archive h2{
	font-size: 36px;
	margin: 10px 0 40px;
}

.archive .category_description{
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
}

.archive .category_description a{
	/* background:#000; */
	/* color:white; */
	/* padding: 3px 6px; */
	/* font-size: 12px; */
	text-decoration: underline;
	font-weight: bold;
}
.archive .category_description img{
	width: 100px !important;
	height: 100px !important;
	border-radius: 100px;
	border: 2px solid #FFF;
	float: left;
	margin: 0 10px 0 0;
}

.archive .autor_name{
	font-size: 18px;
}
.archive .autor_title{
	font-size: 16px;
	margin-left: 12px;
}
.archive .autor_read{
	font-size: 12px;
	margin: 10px 0;
	display: block;
}
/*------------------------------
Other
-----------------------------*/

.error-404 h1{
	font-size: 404px;
	margin: 20% 10%;
	text-align: center;
	color: #eee;
	line-height: 160px;
	display: inline-block;
	width: 80%;
}
.error-404 .page-read{
	font-size:100px;
}
.error-404 .page-read-small{
	font-size:14px;
}
.navigation{
	width: 100%;
	display: inline-block;
}
.alignleft{clear: both;/* background: #CCC; */}
.alignleft a{/* background: #f73838; */width: 50%;display: block;float: left;}
.alignright{
	float: right;
}
.ajax-loader{
	width: 16px!important;height: 16px;
    position: absolute;
}
div.wpcf7-response-output {
    margin: -40px 40px 0!important;
    padding: 0.2em 1em;
    position: absolute;
    background-color: #333;
    color: white;
}
.job-detail img{
	width: auto;
	height: auto;
}
.shoptopic{
	margin: 0 0 100px;
}
.shoptopic strong{
	font-size: 24px;
	font-weight: 600;
}
/*------------------------------
Font Awesome
-----------------------------*/
@font-face {
font-family: 'FontAwesome';
src: url("font-awesome/fontawesome-webfont.eot?v=4.1.0");
src: url("font-awesome/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("font-awesome/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("font-awesome/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("font-awesome/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
font-weight: normal;
font-style: normal; }



/* for 1000px or less */
@media screen and (max-width: 1000px) {
    #recommend h3{font-size: 18px;}
    #content{width: 94%; margin: 20px 3%;}
    #content .new img ,#content .new .newinfo ,#content .new .list_image_block{
        width: 100%;
        float: none;
        margin-right: 0;
    }
	#content .new .list_image_block{
		height: 360px;
	}
    #sidebar {
        width: 88%;
        margin: 0 6% 40px;
    }
	#recommend .list_image_block{
		height: 400px;

	}
}

/* for 720px or less */
@media screen and (max-width: 720px) {

#pickup article:first-child{

margin: 0;
}

#pickup article{

width: 50%;

margin: 0;
}

#pickup article h3{
font-size:10px!important;
white-space:nowrap;
overflow:hidden;
margin: 0;
}
#content img.textwrap{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0px;
}
    footer .sitemap {
        width: 100%;
    }
    footer #opinion {
        width: 100%;
    }
    footer #shopbadge img{
        width: 50px;
    }
    header #catNav {
    height: auto;
    }
    header #catNav li {
    width: 20%;
    border-bottom: 1px solid #eee;
    }
    header#global #gNav .sub-menu{
        width: 100%;
    }
    #siteHead #siteLogo {
    float: none;
    text-align: center;
    }
    #siteHead .subNav{
        display: none;
    }
    #siteHead #siteLogo img{
        margin-bottom: 16px;
    }
	#recommend .list_image_block{
		height: 300px;
	}
	#pickup .list_image_block{
		height: 150px;
	}
	#content .new .list_image_block{
		height: 260px;
	}
	#content .list_image_block{
		height: 160px;
	}
	#pickup a h3{
		font-size: 14px;
	}
	#content article {
		display: block;
	}
	#content h3 {
		font-size: 14px;
	}
	header #catNav .letter0 {
		font-size:10px;
	}
	#menshochannel h2{
    		font-size: 24px;
    		margin: 20px 10px 10px;
	}
}

/* Table responsive */
#table{
	width: 90%;
	border-collapse: collapse;
}
#table td,
#table th{
	padding: 5px;
	border: 1px solid #ccc;
}
#table th{
	font-weight: bold;
}
#table thead th{
	background:#e6e6e6;
}
</style>
<!--[if !IE]><!-->
<style>
@media only screen and (max-width:800px){
	#table{
		display: block;
	}
		#table thead{
			display: none;
		}
		#table tbody{
			display: block;
		}
			#table tbody tr{
				display: block;
				margin-bottom: 1.5em;
			}
			#table tbody th,
			#table tbody td{
				display: list-item;
				border: none;
			}
			#table tbody th{
				margin-bottom: 5px;
				list-style-type: none;
				color: #fff;
				background: #000;
			}
			#table tbody td{
				margin-left: 20px;
				padding: 0;
			}
			#table tbody td:nth-of-type(1):before { content: "[品詞]"; }
			#table tbody td:nth-of-type(2):before { content: "[意味]"; }
			#table tbody td:nth-of-type(3):before { content: "[用例]"; }
}
