@charset "utf-8";
#container .index_contents {
}

/* CSS Document */

@media screen and (min-width: 769px){

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
body {
	background-image: url(img/common/bg_star.gif);
	background-attachment:fixed;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

#container {
	margin: auto;
	font-size: 14px;
	color: #333;
	width: 980px;
}
a:link {
 color: #069;
 text-decoration: none;
 }
a:visited {
 color: #069;
 text-decoration: none;
 }
a:active {
 color: #C30;
 text-decoration: underline;
 }
a:hover {
 color: #C30;
 text-decoration: underline;
}
h1 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: ０px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	background-image: -webkit-linear-gradient(270deg,rgba(142,142,142,1.00) 0%,rgba(34,34,34,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(142,142,142,1.00) 0%,rgba(34,34,34,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(142,142,142,1.00) 0%,rgba(34,34,34,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(142,142,142,1.00) 0%,rgba(34,34,34,1.00) 100%);
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -10px;
	margin-right: -10px;
}
.index_contents {
	border-radius: 10px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
dl.company {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #E9E9E9;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
dl.company dt {
	float: left;
	text-align: right;
	width: 200px;
	margin-right: 20px;
	padding-top: 5px;
	padding-bottom: 3px;
}
dl.company dd {
	padding-top: 5px;
	padding-bottom: 3px;

}
.text-ff0000 {
	color: #FF0000;
}


}

@media all and (max-width: 768px){
	
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

body {
	background-image: url(img/common/bg_star.gif);
	background-attachment:fixed;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
#container {
	margin: auto;
	font-size: 14px;
	color: #333;
	width: 100%;
}
a:link {
 color: #069;
 text-decoration: none;
 }
a:visited {
 color: #069;
 text-decoration: none;
 }
a:active {
 color: #C30;
 text-decoration: underline;
 }
a:hover {
 color: #C30;
 text-decoration: underline;
}
h1 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: ０px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	background-image: -webkit-linear-gradient(270deg,rgba(142,142,142,1.00) 0%,rgba(34,34,34,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(142,142,142,1.00) 0%,rgba(34,34,34,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(142,142,142,1.00) 0%,rgba(34,34,34,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(142,142,142,1.00) 0%,rgba(34,34,34,1.00) 100%);
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -10px;
	margin-right: -10px;
}
.index_contents {
	border-radius: 10px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
dl.company {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #E9E9E9;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
dl.company dt {
	margin-right: 20px;
	padding-top: 5px;
	padding-bottom: 3px;
	font-weight: bold;
}
dl.company dd {
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 3px;

}
.text-ff0000 {
	color: #FF0000;
}
	
}
