@charset "UTF-8";
/*
Theme Name: 女性の味方
Theme URI: http://www.jyoseinomikata.wistud.com/
Author: ASSIST-COM
Author URI: http://www.assist-com.net/
Description: 女性の味方
Version: 1.0
*/

body	{
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif
}

/* テスト確認用枠
.contents-box1, .titlelogo p	{
	border: solid 1px gray;
}*/

header	{
}

/* IE10対策 */
img	{
	border: 0;
}

.bold	{
	font-weight: bold;
}

.clearboth	{
	clear: both;
}


footer	{
}

.wsnw { white-space:nowrap; }

.hidden	{
	display: inline-block;
	text-indent: -9999em;
}

.container {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

/* トップの写真 */	
.top-image img	{
	width: 100%;
	height: auto;
}
.top-image	{
	position: relative;
}
.top-image .name {
	position: absolute;
	top: 20px;
	left: 20px;
	margin: 0;
	font-size: 48px;
}
.top-image .description {
	position: absolute;
	top: 80px;
	left: 20px;
	margin: 0;
	font-size: 18px;
}

.blog .box1 ul,
.blog .box1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.blog .box1 li a {
	display: block;
	text-decoration: none;
	color: black;
}

.blog .box2 p {
	width: 100%;
}
.blog article {
	width: 100%;
	border: black 1px solid;
	border-radius: 8px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	height: 380px;
}
.blog article a {
	text-decoration: none;
	color: black;
}
.blog article .thumbnail {
	text-align:center;
}

.blog-single .title {
	text-align: center;
}
.blog-single h1 {
	font-size: 36px;
	display: inline-block;
	border-bottom: orange 5px solid;
}
.blog-single {
	text-align: center;
	font-size: 24px;
	line-height: 1.5em;
}

/* フッタ */


/* 投稿記事から指定する用 */
.solid {
	padding: 5px 10px;
	border: solid 5px;
	border-radius: 24px;
}
.dot {
	padding: 5px 10px;
	border: dotted 5px;
	border-radius: 24px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	text-align: center;
}


@media (max-width: 599px) {
	/* メニューボタン */
	#menu	{
		display: none;
	}
	#menubtn span	{
		display: inline-block;
		text-indent: -9999px;
	}
	#menubtn i	{
		color: #888888;
		font-size: 18px;
	}
	#menubtn	{
		padding: 8px 12px;
		border: solid 1px #aaaaaa;
		border-radius: 5px;
		background-color: #ffffff;
		position: absolute;
		top: 20px;
		right: 15px;
	}
}


@media (min-width: 600px) {
	.container {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}

	.blog .boxA:after	{
		content: "";
		display: block;
		clear: both;
	}
	.blog .box1	{
		width: 20%;
		float: left;
	}
	.blog .box2 {
		width: 80%;
		float: left;
	}
	.blog .boxB:after	{
		content: "";
		display: block;
		clear: both;
	}
	.blog article {
		width: 32%;
		float: left;
	}
	.blog article:nth-child(3n + 2),
	.blog article:nth-child(3n + 3) {
		margin-left: 2%;
	}

	/* トグルボタンを表示しない */
	#menubtn	{
		display: none;
	}
	#menu	{
		display: block !important;
	}
}


@media (min-width: 768px) {
}


@media (min-width: 1000px) {
}