/*
Theme Name: Twenty Twelve
Description: Used to style the TinyMCE editor.
*/
 { all: initial }
/*
html {
	font-size: 87.5%;
}
html .mceContentBody {
	max-width: 925px;
}
body {
	color: #444;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1;
	text-rendering: optimizeLegibility;
	vertical-align: baseline;
}
*/


/*---------------------------------*/
/* 大外枠 */
/*---------------------------------*/
#wrapper {
	width: 1020px;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	/*border: 1px solid #000000;*/
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます */
}
/* =Headings
-------------------------------------------------------------- */
#wps{
	font-size: 87.5%;
	max-width: 875px;
	margin: 20px auto;
	padding:20px 0;
	color: #444;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1;
	text-rendering: optimizeLegibility;
	vertical-align: baseline;
	border:solid 2px #b0c4de;
}


#wps h1,
#wps h2,
#wps h3,
#wps h4,
#wps h5,
#wps h6 {
	clear: both;
	line-height: 1.846153846;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#wps h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
#wps h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
#wps h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
}
#wps h4 {
	font-size: 14px;
	font-size: 1rem;
}
#wps h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
}
#wps h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
}
#wps hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}


/* =Text elements
-------------------------------------------------------------- */

#wps p {
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
#wps ul,
#wps ol {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
	padding: 0;
}
#wps ul {
	list-style: disc outside;
}
#wps ol {
	list-style: decimal outside;
}
#wps  ul ul,
#wps ol ol,
#wps ul ol,
#wps ol ul {
	margin-bottom: 0;
}
#wps li {
	margin: 0 0 0 24px;
	margin: 0 0 0 1.714285714rem;
}
#wps dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
#wps dt {
	font-weight: bold;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#wps dd {
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
#wps strong {
	font-weight: bold;
}
#wps cite,
#wps em,
#wps i {
	font-style: italic;
}
#wps cite {
	border: none;
}
#wps big {
	font-size: 128.571429%;
}
#wps  .mceContentBody blockquote {
	font-style: italic !important;
	font-weight: normal;
	margin: 0;
	padding: 24px;
	padding: 1.714285714rem;
}
#wps pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
#wps code,
#wps kbd,
#wps samp,
#wps var {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
#wps abbr,
#wps acronym,
#wps dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
#wps address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
#wps del {
	color: #333;
}
#wps ins {
	background: #fff9c0;
	border: none;
	color: #333;
	text-decoration: none;
}
#wps sup,
#wps sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
#wps sup {
	top: -0.5em;
}
#wps sub {
	bottom: -0.25em;
}
#wps input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
#wps textarea {
	border: 1px solid #d5d2ca;
	border-radius: 3px;
	font-family: inherit;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 96%;
}


/* =Links
-------------------------------------------------------------- */

#wps a,
#wps a em,
#wps a strong {
	color: #21759b;
	outline: none;
}
#wps a:focus,
#wps a:active,
#wps a:hover {
	color: #0f3647;
}


/* =Alignment
-------------------------------------------------------------- */

#wps .alignleft {
	display: inline;
	float: left;
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
#wps .alignright {
	display: inline;
	float: right;
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
#wps .aligncenter {
	clear: both;
	display: block;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}


/* =Tables
-------------------------------------------------------------- */

#wps table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
#wps tr th {
	color: #636363;
	font-size: 11px;
	font-size: 0.785714286rem;
	font-weight: bold;
	line-height: 2.181818182;
	text-align: left;
	text-transform: uppercase;
}
#wps td {
	border-top: 1px solid #ededed !important;
	color: #757575;
	font-size: inherit;
	font-weight: normal;
	padding: 6px 10px 6px 0;
	text-align: left;
}


/* =Images
-------------------------------------------------------------- */

#wps img,
#wps .editor-attachment {
	border: 0;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	max-width: 100%;
}
#wps img.size-full {
	width: auto/9; /* Prevent stretching of full-size images in IE8 */
}
#wps img[class*="wp-image-"] {
	height: auto;
	max-width: 100%;
}
#wps img[class*="align"],
#wps img[class*="wp-image-"],
#wps img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
#wps img.mce-wp-nextpage {
	border-radius: 0;
	box-shadow: none;
}
#wps img.wp-smiley {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
#wps .wp-caption {
	background: transparent;
	border: none;
	margin: 0;
	padding: 4px;
	text-align: left;
}
#wps .wp-caption-dt {
	margin: 0;
}
#wps .wp-caption .wp-caption-text,
#wps .wp-caption-dd {
	color: #757575;
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.71429rem;
}
#hot_topics P{
	width:150px;
	height: 25px;
}
/*  お知らせ（WAVE) */
#hot_topics P.wave{
   background: url('../images/top/topics.png');
}

/* ほたるいかミュージアム */
#hot_topics P.hota{
   background: url('../images/top/topics_museum.png');
}

/* みちcafe wave */
#hot_topics P.michicafe{
   background: url('../images/top/topics_michicafe.png');
}
/* アクアポケット */
#hot_topics P.aqua{
   background: url('../images/top/topics_aquapocket.png');
}
/* タラソピア */
#hot_topics P.thala{
   background: url('../images/top/topics.png');
}
/* 光彩 */
#hot_topics P.kousai{
   background: url(../'images/top/topics_kousai.png');
}
/* 道の駅 */
#hot_topics P.michieki{
   background: url('../images/top/topics.png');
}

/* 
#hot_topics  P.trip{
   background: url('images/top/topics.png');
}
*/

#wps P.title{
	text-align: center;
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
#wps P.date{
	text-align: right;
}
