@charset "utf-8";

/* 
    Created on : 2012/12/17, 16:41:37
    Author     : Kansai-Kyodo-Insatsujyo Media-Kikakushitsu M.Mitsuzono
    Description:
        全テンプレートに掛かるフロント用定義
*/

.mapp-layout { 
    margin:2em auto 3em;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.alignright {
	float: right;
}

.wp-caption {
	margin-top: 0.4em;
	background: #eee;
	border: none;
	margin-bottom: 1em;
	max-width: 96%;
	padding: 9px;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}

.wp-caption img {
	display: block;
	margin: 5px auto !important;
	max-width: 98%;
	border-color: #eee;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
	color: #666;
	font-size: 12px;
	margin: 0 0 0 0 !important;
	padding: 0 5px;
	/*position: relative;*/
	text-align: left;
}

/*.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}*/

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

#entry_list p {
	margin: 0 0 1em 0;
}

#entry_list .entry_set .entry_body {
	margin: 0 0 1em 0;
}

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

/* v3.3 */
.m_change-view-mode {
  padding: 20px 40px;
  background-color: #000;
}

.m_change-view-mode a.to-sp {
	background-color: #fff;
	padding: 5px 15px;
	border: solid 1px #000;
	border-radius: 5px;
	display: block;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 50px;
}