/* CSS Document */

/*
Theme Name: T_kimura_2c_newmose
Theme URI: http://kimura.debug-japan.com/
Description: Ten pre by which Mr. Kimura did a custom!
Author: Tkimura
Author URI: http://kimura.debug-japan.com/
Version: 1.0
*/

/*--------------------------------------------------*/

body {
	font-family:Arial,”ヒラギノ角ゴ Pro W3″,”Hiragino Kaku Gothic Pro”,Osaka,”メイリオ”,Meiryo,”ＭＳ Ｐゴシック”,”MS PGothic”,sans-serif;
	word-break: break-all;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.8;
	background-color:#eee;
}

a{transition:0.3s;}

a:link,a:visited,a:active { color:#BC5160; text-decoration:none;}
a:hover { color:#38a69d; }

/*--------------------------------------------------*/

#wrapper {
	max-width: 1000px;
	margin: 2% auto 0 auto;
	background-color:#bc5160;
}

#hm_wrapper{
	width: 70%;
	float: right;
	background-color:#fff;
}

#main {
	padding:2%;
}

#side{
	width: 30%;
	float: left;
}

/*--------------------------------------------------*/

#header {
	width:100%;
}

#header #head_img {
	text-align:center;
	margin:0 2%;
}
#header #head_img img {
	width: 100%;
	vertical-align: bottom;
}

#header #info_area{
	padding:2%;
}

#header #site_title {
	font-size: 23px;
	font-weight: bold;
}

#header #site_title a {
	text-decoration:none;
	color:#000;
}

#header #site_title a:hover {
	text-decoration:underline;
	color:#000;
}

#header #description {
	font-size:13px;
	color:#000;
}

#main h1, #main h2 {
	margin-bottom: 5px;
	font-size:21px;
	padding:5px 0;
	color:#BC5160;
}

#main h1 a, #main h2 a {
	color:#BC5160;
	text-decoration:none;
}

#main h1 a:hover, #main h2 a:hover {
	text-decoration:underline;
}

#main #result_title{
	margin-bottom: 10px;
}

#main #result_title h1{
	margin-bottom: 20px;
	text-align:center;
	margin-bottom: 0px;
	background-color:#BC5160;
	color:#fff;
}

#main p {
	margin-bottom:20px;
}

#main div a {
	font-weight: bold;
}

#main .hr{
	height: 0;
	margin: 10px auto;
	padding: 0;
	border: 0;
	height: 2px;
}

#main #pagination {
}

#main .error_title {
	font-size: 20px
}

#side a:link,#side a:visited,#side a:active,#side a:hover{
	color:#fff;
	text-decoration:none;
}

#side a:hover {
	color:#fff;
}

#side .widget {
	padding:2%;
}

.widget_recent_entries,
.widget_archive{
}

#side .side_title {
	padding:10px;
	font-weight:bold;
	color:yellow;
}


#side li a{
	display:block;
	padding:10px;
	transition:0.2s;
}

#side li a:hover{
	background-color:#a63844;
}

#side #search_form{
	text-align:center;
}

#side #search_form #searchsubmit{
	border:1px solid #fff;
	background-color:#fff;
	line-height: 1.7;
	cursor:pointer;
	transition:0.2s;
	font-family:Arial,”ヒラギノ角ゴ Pro W3″,”Hiragino Kaku Gothic Pro”,Osaka,”メイリオ”,Meiryo,”ＭＳ Ｐゴシック”,”MS PGothic”,sans-serif;
}

#side #search_form #s {
	width: 60%;
	line-height: 1.71;
}

#footer {
	text-align: center;
	color: #000;
	padding: 10px 0px;
}
#footer a:link,#footer a:visited,#footer a:active,#footer a:hover{
	color:#000;
}
#footer a:hover {
	text-decoration:none;
}

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


#header #head_img {
}

#header #site_title {
	font-size:17px;
}

#header #description {
	font-size:12px;
}


#hm_wrapper {
	width:auto;
	float:none;
}

#side{
	width:auto;
	float:none;
}

#side .widget {
	margin-bottom:0px;
}

#side #search_form{

}

#main h1, #main h2 {
	font-size:17px;
}


}