@charset "utf-8";

body { -webkit-text-size-adjust: 100%; font: 14px "MSゴシック", "MS P ゴシック", Osaka, "ゴシック"; }

img{ max-width: 100%; height: auto; }

/*-------------------------------------- * text * ---------------------------------------*/
.red  { font-size: 14px; color: #FF0000; }

.text_s  { font-size: 12px; }

.text_sr  { color: #FF0000; }

.text_ssr  { color:#333; font-size: 10px; text-align:right; display: block; }

/*-------------------------------------- * guide * ---------------------------------------*/
.guide {
	background-color: #192826;
	padding: 15px;
	clear:both;
	}
/*-------------------------------------- * thanks * ---------------------------------------*/
.thanks {
	background-color: #000;
	padding: 15px;
	clear:both;
	}

/*-------------------------------------- * notes_area * ---------------------------------------*/
.notes_area {
	font-size:12px;
	background-color: #ff0000;
	color:#FFF;
	padding: 20px;
	clear:both;
	}

/*-------------------------------------- * img_area * ---------------------------------------*/
.img_area{
	margin: 0px 10px;
	}

/*-------------------------------------- * text001 * ---------------------------------------*/
.text001{
	font: 12px "MSゴシック", "MS P ゴシック", Osaka, "ゴシック";
	line-height:130%;
	text-align:left;
	padding: 10px;
	border: 1px dotted #CCCCCC;
	background: #FFF;
	color: #000;
	}
.text001 a {
	color: #FF0000;
	}
.text001 a:hover {
	color: #c45554;
	}
.text001 .heading {
	font: 14px "MSゴシック", "MS P ゴシック", Osaka, "ゴシック";
	font-weight:bold;
	}
.text001 hr{
	border-top: 1px dotted #999999;
	}
/*-------------------------------------- * text002 * ---------------------------------------*/
.text002{
	font: 12px "MSゴシック", "MS P ゴシック", Osaka, "ゴシック";
	line-height:130%;
	text-align:left;
	padding: 10px;
	border: 1px dotted #CCCCCC;
	margin: 15px 10px 10px;
	background: #facccf;
	color: #000;
	}
.text002 a {
	color: #FF0000;
	}
.text002 a:hover {
	color: #c45554;
	}
.text002 .heading {
	font: 14px "MSゴシック", "MS P ゴシック", Osaka, "ゴシック";
	font-weight:bold;
	}
/*-------------------------------------- * errorWrap * ---------------------------------------*/
#errorWrap {
	margin:0 auto;
	display:block;
	text-align:center;
	font-weight:bolder;
	background-color:#FF0000;
	}
/*-------------------------------------- * container * ---------------------------------------*/
#container {
	margin:0 auto;
	display:block;
	text-align:center;
	}
#container #title {
	margin:0 auto;
	text-align:center;
	}
#container #movie {
	margin: 0px auto;
	text-align:center;
	}
	
/*-------------------------------------- * entry * ---------------------------------------*/
#entry {
	text-align:center;
	margin: 20px 0px 20px 0px;
	clear: both;
	}

/*-------------------------------------- * date * ---------------------------------------*/
.date {
	background-color: #000;
	padding: 10px;
	clear:both;
	}

/*-------------------------------------- * date2 * ---------------------------------------*/
.date2 {
	background-color: #ff0000;
	color:#FFF;
	padding: 10px;
	clear:both;
	}


/*-------------------------------------- * news * ---------------------------------------*/
.news {
	width:80%;
	padding: 10px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	}
.news p {
	padding:1px;
	font-weight:bold;
	background-color:#C00;
	color:#FFF;
	display:inline;
	}

/*-------------------------------------- * textarea * ---------------------------------------*/
.textarea {
	width:80%;
	padding: 20px 10px 0px 10px;
	margin-left:auto;
	margin-right:auto;
	}
.textarea p {
	font-weight:bold;
	}

/*-------------------------------------- * link * ---------------------------------------*/
#link {
	text-align:center;
	margin: 20px auto;
	clear: both;
	}

/*-------------------------------------- * copy * ---------------------------------------*/
#copy {
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 12px;
	background: #999999;
	clear: both;
	}
#copy a {
	color: #FFFFFF;
	}
#copy a:hover {
	color: #666666;
	}

/*-------------------------------------- * serialnumber * ---------------------------------------*/
.serialnumber {
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	/*padding-top: 12px;
	padding-bottom: 12px;
	*/background: #facccf;
	clear: both;
	}

/*-------------------------------------- * correspondence * ---------------------------------------*/
#correspondence {
	width: 90%;
	max-width:600px;
	margin: 20px auto;
	text-align: left;
	display: block;
	background: #FFF;
	}
#correspondence td {
	padding:10px;
	}

#correspondence .td_b {
	font-size:14px;
	text-align:center;
	background-color:#000;
	color:#FFF;
	font-weight:bold;
	}

#correspondence .td_r {
	font-size:12px;
	text-align:center;
	background-color:#FF0000;
	color:#FFF;
	}

#correspondence .td_p {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	background-color:#ffffff;
	/*background-color:#facccf;*/
	color:#000000;
	}

#correspondence .td_g {
	font-size: 12px;
	text-align:center;
	background-color: #999999;
	color: #FFF;
	}

#correspondence .td_w {
	font-size:12px;
	background-color:#FFF;
	color:#000;
	}
#correspondence .td_w a {
	color: #FF0000;
	}
#correspondence .td_w a:hover {
	color: #c45554;
	}

#correspondence .td_w {
	font-size:12px;
	background-color:#FFF;
	color:#000;
	}

#correspondence .td_bn {
	font-size: 12px;
	text-align:center;
	background-color: #FFF;
	color: #000;
	}
	
/* リンク不透明度60% -------------------------------------
追加：2013.08.01
----------------------------------------------- */
a img.img_link{
background:none!important;
}
 
a:hover img.img_link{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}
