@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
  otacool
  2010/02/02
---------------------------------------------------------------------------------------------------- */

body{
    text-align: center;
    background: #292929;
}
a {
    color: #de217b;
    text-decoration: underline;
}
a:hover {
    color: #de217b;
    text-decoration: none;
}

/*****************/
/*   clearfix    */
#content:after
,.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#content
,.clearfix {
	zoom:1;
}
/*****************/


/*　layout
-------------------------------------------------------------------------------- */

#footer{
	color: #fff;
	margin: 0 auto;
	padding: 10px 0px;
	text-align: center;
	background: #000;
}
#footer p{
	line-height: 1.4;
}
#footer p{
	font-size:83%;
}
#footer p#c-commons{
    color: #aaa;
    margin: 10px 0;
}
#footer p#c-commons span {
    color: #fff;
}

#container{
	width:840px;
	margin:0 auto;
}
#wrapper{
	background:url(/img/tieup/otacool/body.gif) repeat-y 0 0;
}
#content{
	width:750px;
	margin:0 auto;
	padding:20px 0 80px;
	text-align:left;
}

#index {
    width: 550px;
    float: left;
    padding-bottom: 50px;
}
#form {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

#sub {
    width: 190px;
    float: right;
    margin-top: 7px;
    padding-bottom: 30px;
    border:1px solid #d6d6d6;
}


/*　index
-------------------------------------------------------------------------------- */
#index h2.title {
    margin-bottom: 15px;
}
#index h3.theme {
    text-align: center;
    margin-bottom: 15px;
}
#index .summary {
    line-height: 1.4;
    margin: 0 0 20px 15px;
}
#index .summary span {
    font-weight: bold;
}
#index .description {
    margin-left: 15px;
}
#index .description ul {
    margin: 10px 0;
}
#index .description ul li {
    font-size: 80%;
    margin-bottom: 5px;
}
#index .present {
    background: url(/img/tieup/otacool/present_bg.gif) no-repeat 0 0;
    margin: 0 0 20px 10px;
    padding: 10px 10px 15px;
}
#index .present p.label {
    margin-bottom: 10px;
}
#index .present ul {}
#index .present ul li {
    display: inline;
}
#index .present ul li img {
    margin-left: 15px;
}

/*　form
--------------------------------------------------------------------------------*/
#form h2.title {
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 9px 10px 6px;
    background: url(/img/tieup/otacool/bar.gif) no-repeat 0 100%;
    margin-bottom: 15px;
}
#form p.apply {
    font-weight: bold;
    margin-bottom: 15px;
}
#form table {
    width: 100%;
    margin-bottom: 20px;
}
#form table th,
#form table td {
    padding: 5px;
    border-bottom: 1px dotted #ccc;
}
#form table th {
    padding: 5px;
    width: 20%;
    vertical-align: top;
    color: #dc4a79;
    white-space: nowrap;
    line-height: 1.2;
}
#form table td {
    width: 80%;
}
#form table td ul li {
    background: url(/img/tieup/otacool/dot.gif) no-repeat 0 5px;
    padding-left:  10px;
    line-height: 1.4;
    margin-bottom: 5px;
}
#form table td ol {
    margin-left: 2em;
}
#form table td ol li {
  background: transparent;
  list-style-type: decimal;
  padding-left:0;
}

#form table#cardEntry td span
,#form table#photoEntry td span {
    color: #797979;
    margin-left: 5px;
}
#form table#caution td span {
    font-weight: bold;
}

/*　input
-------------------------------------------------------------------------------- */
input#title_name,
input#character_name,
input#address,
input#email {
    width: 400px;
}

input#zip_code {
    width: 120px;
}

input#name,
input#tel {
    width: 200px;
}

input#agreement {
    margin-bottom: 15px;
}

/*　common
-------------------------------------------------------------------------------- */
#index .button
,#form .button {
    text-align: center;
    margin-bottom: 20px;
}

#index .finish
,#form .finish {
    text-align: center;
    padding: 60px 20px;
    font-weight: bold;
    line-height: 1.4;
}
#index .finish a
,#form .finish a {
    color: #007cd8;
}

/*　sub
--------------------------------------------------------------------------------*/

#sub h4 {
    text-align: center;
    margin-bottom: 8px;
}
#sub .caption {
    text-align: center;
}
#sub .caption img {
    margin-bottom: 5px;
}
#sub .caption span {
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 100%;
    margin-bottom: 5px;
}
#sub .caption p {
    font-size: 80%;
    line-height: 1.4;
    text-align: left;
    padding: 5px;
    margin-bottom: 10px;
}
#sub .caption ul {
    margin-bottom: 5px;
}
#sub .caption ul li {
    line-height: 100%;
    margin-bottom: 3px;
}

#sub .border {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 10px;
}
#sub .caption .url {
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 20px;
}
#sub .banner {
    text-align: center;
    margin-bottom: 5px;
}


