/*
Name: BrightSideDefaultCss
Version: 1.0
Last Up Date: 2014.7
Author: TB
*/

/*
html {
	overflow-y: scroll;
}
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

header,footer,nav,article,section,figure,aside {
	display:block;
}

body {
	color: #333;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 10px;
	>font-size:62.5%;
	text-align:center;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

h1,h2,h3,h4,h5,h6,p,li,dt,dd,th,td {
	text-align: left;
}

/* base style
------------------------------------------------------------------------- */

p {
	line-height: 1.5;
	text-align: left;
}
	
li {
	line-height: 1.4;
	list-style: none;
}

fieldset,img,hr {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-style: none;
}

th {
	line-height: 1.4;
}

td {
	line-height: 1.4;
	vertical-align: top;
}

a {
	border: none;
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #177e85;
	text-decoration: underline;
}

label, 
input[type="checkbox"], 
input[type="radio"], 
input[type="button"], 
input[type=submit],
button {
	cursor: pointer;
}

input {
	font-size: 1em;
}

/* clear
------------------------------------------------------------------------- */

.clear:after,
.contents:after {
	content: "";
	clear: both;
	display: block;
}

* + html .clear,
* + html .contents {/* for ie7 */
	display: inline-block;
}

/* Hides from IE5-mac \*/
* html .clear,
* html .contents {
	height: 1%;
}

.clear,
.contents {
	display: block;
}
/* End hide from IE5-mac */

/* img_over
------------------------------------------------------------------------- */

.img_rep {
	display: block;
	height: 0px;
	overflow: hidden;
}

/* IE7 */
*input.img_rep {
	text-indent: 100%;
	white-space: nowrap;
}

/* hover
------------------------------------------------------------------------- */

.hover1 {
	background: #fff;
}

.hover1 a:hover,
.hover1 input:hover,
.hover2:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	zoom: 1;
	box-shadow: #000 0 0 0;
}

/* set_time
------------------------------------------------------------------------- */

.set_time {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* cms
------------------------------------------------------------------------- */

.entry_text {
	font-size: 1.2em;
}

.entry_text p {
	margin: 0 0 13px;
	padding: 0 0 1px;
}

.entry_text a {
	color: #274a78;
	text-decoration: underline;
}

.entry_text a:hover {
	color: #3a6eb2;
}

.entry_text strong {
	font-weight: bold;
}

.entry_text em {
	font-style: oblique;
}

.entry_text ul,
.entry_text ol {
	margin: 0 0 13px;
	padding: 0 0 0 20px;
}

.entry_text ul li {
	list-style: disc;
}

.entry_text ol li {
	list-style: decimal;
}

.entry_text hr {
	border: 1px solid;
}

